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": "e69f2173-a966-45b8-9cf5-1d83663d5fc1",
"Office365Id": "c9c6d48a-a13e-4bd5-9307-cd341a3937e3",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "9d90a1e5-d49a-4966-ab57-007e358680eb",
"LastLogin": "2026-04-01T10:44:15.263122+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"4583e4fd-5598-4922-9eda-13c899524f21",
"102189c7-4676-4d36-8625-af7c909e564c"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"21f69481-e9f4-4abc-bc93-d410b46c3002",
"fe27f520-3d6f-4a31-bbc0-29c678419378"
]
},
"Created": "2026-04-01T10:44:15.263122+00:00",
"Modified": "2026-04-01T10:44:15.263122+00:00",
"Author": "68d4f9ae-977e-40b1-aae4-728b04470e8a",
"Editor": "6dbf9442-4a74-49e8-8799-d0cc74ac8435",
"CostRate": [
{
"Id": "46f1d032-a6f5-4e51-8a25-73953e9b219d",
"StartDate": "2026-04-01T10:44:15.263122+00:00",
"EndDate": "2026-04-01T10:44:15.263122+00:00",
"Cost": 4.0
},
{
"Id": "46f1d032-a6f5-4e51-8a25-73953e9b219d",
"StartDate": "2026-04-01T10:44:15.263122+00:00",
"EndDate": "2026-04-01T10:44:15.263122+00:00",
"Cost": 4.0
}
],
"id": "1256c983-2d39-4008-ad42-342dac5f15f6",
"ConfigId": "6738698c-aef7-4827-b40c-b269c065fee1"
}