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": "6048a432-9390-4008-ba36-86aadae3d35c",
"Office365Id": "4e38fc04-bdd3-4a07-827c-571f2e2e66a7",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "513d2374-9279-4b66-828d-40386c452179",
"LastLogin": "2026-05-15T16:23:01.8300165+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"16e62ad2-3bb1-48b6-bb94-787063538ef5",
"c3e0ee2b-cb65-4061-a9d0-770b00e613c2"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"22227fb2-4e76-4d44-adba-936a697b529b",
"1513fa73-2fdf-40f0-a2c7-eb6c6c94dec8"
]
},
"Created": "2026-05-15T16:23:01.8300165+00:00",
"Modified": "2026-05-15T16:23:01.8300165+00:00",
"Author": "32fce05e-70ee-41cb-9fc1-dda3421655ac",
"Editor": "90afe42d-e115-4bcc-bba0-625887f7566b",
"CostRate": [
{
"Id": "c83ff73a-6e51-4afe-b440-b16752ac30cb",
"StartDate": "2026-05-15T16:23:01.8300165+00:00",
"EndDate": "2026-05-15T16:23:01.8300165+00:00",
"Cost": 4.0
},
{
"Id": "c83ff73a-6e51-4afe-b440-b16752ac30cb",
"StartDate": "2026-05-15T16:23:01.8300165+00:00",
"EndDate": "2026-05-15T16:23:01.8300165+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "5f97530c-6281-43e8-83f5-f815578dd130",
"StartDate": "2026-05-15T16:23:01.8300165+00:00",
"EndDate": "2026-05-15T16:23:01.8300165+00:00",
"Rate": 4.0
},
{
"Id": "5f97530c-6281-43e8-83f5-f815578dd130",
"StartDate": "2026-05-15T16:23:01.8300165+00:00",
"EndDate": "2026-05-15T16:23:01.8300165+00:00",
"Rate": 4.0
}
],
"id": "517b025b-05a5-4725-8b14-0052c93ebc09",
"ConfigId": "4db9d618-0cf1-4a20-a247-d52158770052"
}