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": "0a7f7830-042c-4068-b78d-fba218760c9c",
"Office365Id": "3a457063-b50b-4a78-927b-1e04c586591a",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "2426c746-90e1-4a8d-92f9-542725fd5b00",
"LastLogin": "2026-05-01T17:28:53.0958014+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"553cfc55-5419-49c2-8bd4-a5dec77cc575",
"d514cc91-5e9e-4af3-9598-83bfbf95018a"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"6c895bbd-761a-4e20-b51b-85a6d4b0dbf5",
"562c3739-7f28-4db1-b53c-2d967267d59d"
]
},
"Created": "2026-05-01T17:28:53.0958014+00:00",
"Modified": "2026-05-01T17:28:53.0958014+00:00",
"Author": "801618ee-990b-40d0-80bb-c97fc2c335b7",
"Editor": "0c4e6355-daf0-49c8-8dba-aff5ab8b7e20",
"CostRate": [
{
"Id": "214d4cca-50e5-4e2f-979f-62eaa8967928",
"StartDate": "2026-05-01T17:28:53.0958014+00:00",
"EndDate": "2026-05-01T17:28:53.0958014+00:00",
"Cost": 4.0
},
{
"Id": "214d4cca-50e5-4e2f-979f-62eaa8967928",
"StartDate": "2026-05-01T17:28:53.0958014+00:00",
"EndDate": "2026-05-01T17:28:53.0958014+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "d3cba299-3ac4-4654-adc6-541dcf8120b6",
"StartDate": "2026-05-01T17:28:53.0958014+00:00",
"EndDate": "2026-05-01T17:28:53.0958014+00:00",
"Rate": 4.0
},
{
"Id": "d3cba299-3ac4-4654-adc6-541dcf8120b6",
"StartDate": "2026-05-01T17:28:53.0958014+00:00",
"EndDate": "2026-05-01T17:28:53.0958014+00:00",
"Rate": 4.0
}
],
"id": "02e504e4-7898-4a18-b913-78e478af74b6",
"ConfigId": "aa5142d2-506e-48c1-a1df-69d17458dfbf"
}