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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "320f1ac3-8f8d-49fc-8730-57de2a788241",
"Office365Id": "6706c055-3dac-4112-9a4c-81bbce910565",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "02086afd-35ef-480a-9a99-ad21b4941405",
"LastLogin": "2026-06-12T03:27:36.4752627+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8ef8da99-1596-447f-8694-e5d1b57e247d",
"23b1fcf4-b4a6-49ab-bbc2-936cbc2d767a"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4d96ea09-9114-41da-8257-c3ba1a15dd4d",
"c02e7fe1-8433-4939-8950-c7245f74aa69"
]
},
"Created": "2026-06-12T03:27:36.4752627+00:00",
"Modified": "2026-06-12T03:27:36.4752627+00:00",
"Author": "075c6bbd-be96-4d6d-8b02-81491cf7d3bb",
"Editor": "2c866610-754a-4121-b05f-8dc8d0ef5ce9",
"CostRate": [
{
"Id": "b86ea7ae-e93c-4870-8c8a-7f03d6f15ed8",
"StartDate": "2026-06-12T03:27:36.4752627+00:00",
"EndDate": "2026-06-12T03:27:36.4752627+00:00",
"Cost": 4.0
},
{
"Id": "b86ea7ae-e93c-4870-8c8a-7f03d6f15ed8",
"StartDate": "2026-06-12T03:27:36.4752627+00:00",
"EndDate": "2026-06-12T03:27:36.4752627+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "651d9cf3-6870-49dc-b81c-af6199c93e98",
"StartDate": "2026-06-12T03:27:36.4752627+00:00",
"EndDate": "2026-06-12T03:27:36.4752627+00:00",
"Rate": 4.0
},
{
"Id": "651d9cf3-6870-49dc-b81c-af6199c93e98",
"StartDate": "2026-06-12T03:27:36.4752627+00:00",
"EndDate": "2026-06-12T03:27:36.4752627+00:00",
"Rate": 4.0
}
],
"id": "88fb9b32-cd1b-4446-9255-8d098855b4ca",
"ConfigId": "98e4659c-3144-40e8-9b4d-ca6c7c7554f2"
}