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": "ac046cf1-8be5-4f54-932d-dec3cb0e07fb",
"Office365Id": "951e149f-03af-4fa4-a77a-6b73b303dfb3",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "bfe4e768-9a08-4339-a1bf-5b107fc8c77e",
"LastLogin": "2026-06-06T02:01:59.6263625+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"508b828f-0b28-4716-a840-e593075241e2",
"e2fba777-2a42-454d-82be-87c6aa5b1720"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"cc2395c7-9e46-4593-8999-3b30806d16c8",
"7408108c-c43b-4c3b-99e3-787d46d5fccd"
]
},
"Created": "2026-06-06T02:01:59.6263625+00:00",
"Modified": "2026-06-06T02:01:59.6263625+00:00",
"Author": "c3bb1871-8e11-4234-8a6d-6ad1f0857fdd",
"Editor": "d046ee64-d089-4c99-ab93-80c9586ec5a1",
"CostRate": [
{
"Id": "188265ef-74b1-4bb7-b7c3-dcceac33ccfa",
"StartDate": "2026-06-06T02:01:59.6263625+00:00",
"EndDate": "2026-06-06T02:01:59.6263625+00:00",
"Cost": 4.0
},
{
"Id": "188265ef-74b1-4bb7-b7c3-dcceac33ccfa",
"StartDate": "2026-06-06T02:01:59.6263625+00:00",
"EndDate": "2026-06-06T02:01:59.6263625+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "b2acc835-90e3-4f45-9ca5-d0dbd0700b77",
"StartDate": "2026-06-06T02:01:59.6263625+00:00",
"EndDate": "2026-06-06T02:01:59.6263625+00:00",
"Rate": 4.0
},
{
"Id": "b2acc835-90e3-4f45-9ca5-d0dbd0700b77",
"StartDate": "2026-06-06T02:01:59.6263625+00:00",
"EndDate": "2026-06-06T02:01:59.6263625+00:00",
"Rate": 4.0
}
],
"id": "d60739ab-dbd6-47d6-9dc4-4e355406400b",
"ConfigId": "e87310b6-75ab-4051-aa78-c100b6624bd7"
}