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": "f06dd348-4400-438e-81e8-f40cefcbe609",
"Office365Id": "d1dc3430-8f64-45d7-bab2-085d68c58b70",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "654840be-fb83-4a2a-9d7c-4d72b5e533a2",
"LastLogin": "2026-02-23T14:07:55.9297211+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"b860cb1b-aaf4-468f-a599-acc0125a8493",
"ce9bebcc-2adc-46d4-8eb6-24cec29a95d0"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"55dff0d2-6c2d-43e4-8523-79a901390bf0",
"10da6d72-3ef0-4268-880e-e6edf67648a0"
]
},
"Created": "2026-02-23T14:07:55.9297211+00:00",
"Modified": "2026-02-23T14:07:55.9297211+00:00",
"Author": "7ca338fd-d732-4b51-bf4e-a635ac09fba5",
"Editor": "a34c87d7-b731-4c27-9c71-ac2fadba86e2",
"CostRate": [
{
"Id": "42bf639e-fff7-4a0d-94f6-42c4037b2b04",
"StartDate": "2026-02-23T14:07:55.9297211+00:00",
"EndDate": "2026-02-23T14:07:55.9297211+00:00",
"Cost": 4.0
},
{
"Id": "42bf639e-fff7-4a0d-94f6-42c4037b2b04",
"StartDate": "2026-02-23T14:07:55.9297211+00:00",
"EndDate": "2026-02-23T14:07:55.9297211+00:00",
"Cost": 4.0
}
],
"id": "fcdc6589-d6b1-4652-8d66-615c24ccd27a",
"ConfigId": "2780884c-d94f-4951-9e91-61177624d3c8"
}