GET api/resources/{id}
Get resource by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Resource| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | globally unique identifier |
None. |
|
| Office365Id | globally unique identifier |
None. |
|
| ProfilePicture | string |
None. |
|
| Generic | boolean |
None. |
|
| Inactive | boolean |
None. |
|
| CanLogin | boolean |
None. |
|
| UserOnly | boolean |
None. |
|
| name | string |
None. |
|
| GlobalPermissions | OnePlanLevel |
None. |
|
| OnePlanSecurityGroup | globally unique identifier |
None. |
|
| LastLogin | date |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| TimeZone | string |
None. |
|
| ExternalId | string |
None. |
|
| Delegates | Collection of globally unique identifier |
None. |
|
| Notifications | ResourceNotifications |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | globally unique identifier |
None. |
|
| Editor | globally unique identifier |
None. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "0795032b-0f71-4dd7-bca5-e600c0a73a08",
"Office365Id": "bd28e0e5-065c-4392-9f55-5c096f037963",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "4ba5f567-fa36-4b45-bd6c-c69aa16a66f8",
"LastLogin": "2026-03-17T02:21:47.0476369+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f85a00d4-6ec7-4937-b835-ea25bb6e9430",
"7d7458bd-8463-4a8c-a0f6-e1358df78b5e"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"30c7fe18-f019-4acd-b5c2-e3199fe9b4f7",
"7b86e2b1-02ec-4869-b5d9-f2ec20e35dad"
]
},
"Created": "2026-03-17T02:21:47.0476369+00:00",
"Modified": "2026-03-17T02:21:47.0476369+00:00",
"Author": "3c40c247-c0ea-44a1-bb34-2a4b78908aac",
"Editor": "7c42e35b-2939-4f51-a53b-d32b734e97c7",
"CostRate": [
{
"Id": "10ba07cb-592b-4ca9-8823-e69f490f9727",
"StartDate": "2026-03-17T02:21:47.0476369+00:00",
"EndDate": "2026-03-17T02:21:47.0476369+00:00",
"Cost": 4.0
},
{
"Id": "10ba07cb-592b-4ca9-8823-e69f490f9727",
"StartDate": "2026-03-17T02:21:47.0476369+00:00",
"EndDate": "2026-03-17T02:21:47.0476369+00:00",
"Cost": 4.0
}
],
"id": "e201d8dd-86eb-4a66-b8f2-6857cb2b102d",
"ConfigId": "28750165-4ac7-42dd-b8fc-c3f7bc0dd255"
}