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": "4d2dc7a1-3575-4845-a8ae-aad91b51c2f5",
"Office365Id": "3f160244-3f9a-4ed2-86ee-a3780300f3f4",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "c683eca4-7730-47e8-86be-bf8e98484c88",
"LastLogin": "2026-05-27T22:56:45.8699331+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"823830b1-f547-41b2-8173-a3757af832bb",
"55e82804-3fcb-4bdc-97bf-03de368c6c94"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4296818a-c67c-4493-a96b-36cd242a0952",
"fbaa228c-8e5d-4a3c-9494-ae179c14a3af"
]
},
"Created": "2026-05-27T22:56:45.8699331+00:00",
"Modified": "2026-05-27T22:56:45.8699331+00:00",
"Author": "3d3b9cb5-eb63-4f86-bb54-779799220602",
"Editor": "41a4ad6d-aa42-479c-a926-2df88dde2c3a",
"CostRate": [
{
"Id": "517649a5-6e28-4ac7-afcd-294480ecc8e4",
"StartDate": "2026-05-27T22:56:45.8699331+00:00",
"EndDate": "2026-05-27T22:56:45.8699331+00:00",
"Cost": 4.0
},
{
"Id": "517649a5-6e28-4ac7-afcd-294480ecc8e4",
"StartDate": "2026-05-27T22:56:45.8699331+00:00",
"EndDate": "2026-05-27T22:56:45.8699331+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "f5cf1bab-da41-4bc6-b025-97bef66f49f9",
"StartDate": "2026-05-27T22:56:45.8699331+00:00",
"EndDate": "2026-05-27T22:56:45.8699331+00:00",
"Rate": 4.0
},
{
"Id": "f5cf1bab-da41-4bc6-b025-97bef66f49f9",
"StartDate": "2026-05-27T22:56:45.8699331+00:00",
"EndDate": "2026-05-27T22:56:45.8699331+00:00",
"Rate": 4.0
}
],
"id": "73121341-86bd-48ac-9a47-8005ec866065",
"ConfigId": "d2124089-4568-4724-bf2f-1b193f828381"
}