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": "6699fcc4-0855-4732-940c-24ba9eb63263",
"Office365Id": "9d67db05-835a-40c7-957a-62fc90b80c90",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "624a45a7-85ec-4966-88ac-804ed3a046f2",
"LastLogin": "2025-12-23T12:06:09.3386267+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"1b87c040-4a66-41c4-9772-2428ffc53e5d",
"d17a3bd1-f174-4286-8113-4e1bed36ef1c"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"deae60de-4132-4163-a49c-6c3dd9bece1f",
"8c7f3c49-c4c9-4c44-a22d-9a8f1ff6f899"
]
},
"Created": "2025-12-23T12:06:09.3386267+00:00",
"Modified": "2025-12-23T12:06:09.3386267+00:00",
"Author": "0804f699-908a-4b07-8af2-f71c3d9ff224",
"Editor": "41fe8c48-1598-45f1-9327-5759fcb182d5",
"CostRate": [
{
"Id": "90aef855-08ae-4450-9be3-b5ca9d9aad6e",
"StartDate": "2025-12-23T12:06:09.3386267+00:00",
"EndDate": "2025-12-23T12:06:09.3386267+00:00",
"Cost": 4.0
},
{
"Id": "90aef855-08ae-4450-9be3-b5ca9d9aad6e",
"StartDate": "2025-12-23T12:06:09.3386267+00:00",
"EndDate": "2025-12-23T12:06:09.3386267+00:00",
"Cost": 4.0
}
],
"id": "f9991029-d6ec-4b21-9164-d204d8c824fe",
"ConfigId": "51bffdcc-1d9a-40cb-b944-c56ca3c47b42"
}