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": "4650a7e3-9702-4be2-83c1-c5ae72e09679",
"Office365Id": "b3c5f8b4-62e9-47c6-8deb-33c4d92ce4ec",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "93d6d878-8d7b-4534-8688-4d402a553861",
"LastLogin": "2026-05-06T17:50:22.6779051+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"be68b98b-540b-406e-964d-44097da90522",
"a9eda04e-64e5-4514-bb6f-17d7fa801066"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"ddff2856-dc8a-446e-9a79-bf1ec1957780",
"1214be0b-fbdf-4e84-ba78-f192c219ccc7"
]
},
"Created": "2026-05-06T17:50:22.693528+00:00",
"Modified": "2026-05-06T17:50:22.693528+00:00",
"Author": "9fb13173-4b6a-44f2-92fc-167ee6f4e31a",
"Editor": "851293d5-062a-40f6-922c-796d5a2ab7f3",
"CostRate": [
{
"Id": "3b233986-b74b-482e-b15b-821edfbd3f87",
"StartDate": "2026-05-06T17:50:22.693528+00:00",
"EndDate": "2026-05-06T17:50:22.693528+00:00",
"Cost": 4.0
},
{
"Id": "3b233986-b74b-482e-b15b-821edfbd3f87",
"StartDate": "2026-05-06T17:50:22.693528+00:00",
"EndDate": "2026-05-06T17:50:22.693528+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "5cdf91c7-de86-4555-b6ef-2e16e8726420",
"StartDate": "2026-05-06T17:50:22.693528+00:00",
"EndDate": "2026-05-06T17:50:22.693528+00:00",
"Rate": 4.0
},
{
"Id": "5cdf91c7-de86-4555-b6ef-2e16e8726420",
"StartDate": "2026-05-06T17:50:22.693528+00:00",
"EndDate": "2026-05-06T17:50:22.693528+00:00",
"Rate": 4.0
}
],
"id": "760b846c-816d-432f-b681-7322fc15ac5c",
"ConfigId": "0d2666e7-27f2-4578-a652-2bc415365712"
}