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. |
|
| SupportUser | boolean |
None. |
|
| Expiration | date |
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": "42046919-6635-4881-aa60-bd2887aa139e",
"Office365Id": "cc5cda14-b3ea-468f-97e9-996d56066bf5",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "549a72b2-bd09-4e0d-afda-95d9057343d5",
"LastLogin": "2026-08-08T19:29:11.1890733+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"2e28ab9b-639b-49b0-a227-07b11dd6ff84",
"fbc49dd7-6cc3-41ce-89af-41f3c8390d56"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"83a7f413-bf2f-4dda-9aae-94bb92e0539b",
"48ac851a-4305-4518-a954-f773af249dc3"
]
},
"Created": "2026-08-08T19:29:11.1890733+00:00",
"Modified": "2026-08-08T19:29:11.1890733+00:00",
"Author": "917d42e9-ca93-408c-9666-e80edebbe9f1",
"Editor": "b678ec6f-f6f6-4de8-9103-8e4e1998e501",
"SupportUser": true,
"Expiration": "2026-08-08T19:29:11.1890733+00:00",
"CostRate": [
{
"Id": "0c2da665-697b-4b61-979d-6d567b75979f",
"StartDate": "2026-08-08T19:29:11.1890733+00:00",
"EndDate": "2026-08-08T19:29:11.1890733+00:00",
"Cost": 4.0
},
{
"Id": "0c2da665-697b-4b61-979d-6d567b75979f",
"StartDate": "2026-08-08T19:29:11.1890733+00:00",
"EndDate": "2026-08-08T19:29:11.1890733+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "52afdc24-cfbd-4212-a4a8-6fa9c44f9c7c",
"StartDate": "2026-08-08T19:29:11.1890733+00:00",
"EndDate": "2026-08-08T19:29:11.1890733+00:00",
"Rate": 4.0
},
{
"Id": "52afdc24-cfbd-4212-a4a8-6fa9c44f9c7c",
"StartDate": "2026-08-08T19:29:11.1890733+00:00",
"EndDate": "2026-08-08T19:29:11.1890733+00:00",
"Rate": 4.0
}
],
"id": "afd23dfd-6739-48cd-a5ba-0378bfcc0284",
"ConfigId": "26351846-1988-4286-a50c-1c56900d13bd"
}