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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "6fa7f6a8-81f0-4be9-90b3-867dd7a2328f",
"Office365Id": "0c09cd68-9c85-493d-8dcb-9fd38c89887b",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "df8b898f-6d69-471f-87f7-c7293e49a1ea",
"LastLogin": "2026-06-05T16:21:09.0379341+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"fed9f4a2-d96f-4065-aba1-17264e0d9364",
"ce9eb934-4ac6-40d6-9443-60cd9dfc1c9c"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"f66fabe3-7335-4d0f-b16e-4960c74d70c3",
"648bb0d9-e193-44d3-994f-7f6121266705"
]
},
"Created": "2026-06-05T16:21:09.0379341+00:00",
"Modified": "2026-06-05T16:21:09.0379341+00:00",
"Author": "eefdd00d-9b3a-4e8c-8b2f-9a86d984d3d8",
"Editor": "621c76c0-53d3-4111-ae87-c40c60c921ed",
"CostRate": [
{
"Id": "ca6d967b-3108-4680-9725-d0d4ce92fb2e",
"StartDate": "2026-06-05T16:21:09.0379341+00:00",
"EndDate": "2026-06-05T16:21:09.0379341+00:00",
"Cost": 4.0
},
{
"Id": "ca6d967b-3108-4680-9725-d0d4ce92fb2e",
"StartDate": "2026-06-05T16:21:09.0379341+00:00",
"EndDate": "2026-06-05T16:21:09.0379341+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "782f61bf-14d4-48dc-a0e9-2c66a21524aa",
"StartDate": "2026-06-05T16:21:09.0379341+00:00",
"EndDate": "2026-06-05T16:21:09.0379341+00:00",
"Rate": 4.0
},
{
"Id": "782f61bf-14d4-48dc-a0e9-2c66a21524aa",
"StartDate": "2026-06-05T16:21:09.0379341+00:00",
"EndDate": "2026-06-05T16:21:09.0379341+00:00",
"Rate": 4.0
}
],
"id": "74649f3a-c100-4a69-8f25-4bd11d7dbf8f",
"ConfigId": "8e9066e7-1684-4dce-bbd5-bc3e8fa45e90"
}