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": "92d2044d-d664-49cb-995c-3cd6938d8049",
"Office365Id": "e07adf17-fb8f-4bef-aa7b-c357a38c7ec1",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "ead15b60-0c90-4d6f-b3d3-22154ddf6dbf",
"LastLogin": "2026-06-03T01:00:18.6180011+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"0bcab25f-d5b7-4b21-aefe-adb8340fb5e5",
"c3004586-4943-4d22-9389-7e0f62573780"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"bf0e5ab2-782e-4651-ad40-c0802a9ccbf2",
"e79c7159-eca5-40e5-bec0-dd74b78a849f"
]
},
"Created": "2026-06-03T01:00:18.6180011+00:00",
"Modified": "2026-06-03T01:00:18.6180011+00:00",
"Author": "5ebd8b19-c25c-4352-aa84-8ed1d4b7cbe4",
"Editor": "e5d4b077-2d5c-4aa9-b6d9-4e4a49a72f53",
"CostRate": [
{
"Id": "26c1716a-84e3-49b6-a098-3c8bb5aceb00",
"StartDate": "2026-06-03T01:00:18.6180011+00:00",
"EndDate": "2026-06-03T01:00:18.6180011+00:00",
"Cost": 4.0
},
{
"Id": "26c1716a-84e3-49b6-a098-3c8bb5aceb00",
"StartDate": "2026-06-03T01:00:18.6180011+00:00",
"EndDate": "2026-06-03T01:00:18.6180011+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "a1b3d498-b59a-405d-a63b-55ac8a09ef7a",
"StartDate": "2026-06-03T01:00:18.6180011+00:00",
"EndDate": "2026-06-03T01:00:18.6180011+00:00",
"Rate": 4.0
},
{
"Id": "a1b3d498-b59a-405d-a63b-55ac8a09ef7a",
"StartDate": "2026-06-03T01:00:18.6180011+00:00",
"EndDate": "2026-06-03T01:00:18.6180011+00:00",
"Rate": 4.0
}
],
"id": "672b749f-a789-4de4-bd93-8b6fd984bbc5",
"ConfigId": "82a86085-4b7b-4f91-8acd-944d2e3db51d"
}