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": "8c25b821-241a-478f-9de2-57dbb709b427",
"Office365Id": "4ad23733-7235-424a-9cc5-0a048d570aab",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "6c4ae15e-60e4-441d-93f5-39880c1881aa",
"LastLogin": "2026-02-13T11:13:08.8756252+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"a22b244f-612f-4df2-9eb7-74dd89d3a48f",
"85b80c5b-ade2-47f0-a844-994a57062442"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"f0dd76cc-720d-487d-8ade-cb2a4fd95d3f",
"c685a3f9-9351-4af4-aa7b-7dea850846e3"
]
},
"Created": "2026-02-13T11:13:08.8756252+00:00",
"Modified": "2026-02-13T11:13:08.8756252+00:00",
"Author": "714ab502-1dda-4ae8-81b4-7576992c5909",
"Editor": "f4b9e4f3-6e15-443d-825b-a04c8ef8977a",
"CostRate": [
{
"Id": "f3dbe245-28ae-4fb3-a09d-a24ef0d7eabe",
"StartDate": "2026-02-13T11:13:08.8756252+00:00",
"EndDate": "2026-02-13T11:13:08.8756252+00:00",
"Cost": 4.0
},
{
"Id": "f3dbe245-28ae-4fb3-a09d-a24ef0d7eabe",
"StartDate": "2026-02-13T11:13:08.8756252+00:00",
"EndDate": "2026-02-13T11:13:08.8756252+00:00",
"Cost": 4.0
}
],
"id": "9e2e2d35-ac1c-4cdd-bed0-92d0d9bb058a",
"ConfigId": "1e2ef60c-23e3-4bf2-bba2-784822cca02a"
}