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. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "ca3be51b-8852-40f1-82a8-ffdb7a56fc26",
"Office365Id": "d9c38c09-eb69-440f-9548-bbbe65ef56c3",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "91fb76cf-5aef-47b7-8b38-fa41bc9a755b",
"LastLogin": "2026-03-26T03:30:02.0128045+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"09270218-a5c9-457f-81a5-a3f630ce3eab",
"90551819-4cb1-492d-bcf6-cce6ebcda1cd"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"b952af5a-6a3d-434d-98cf-158f71ee09ba",
"477406b9-de50-48f2-8f2e-48c83537b1ac"
]
},
"Created": "2026-03-26T03:30:02.0128045+00:00",
"Modified": "2026-03-26T03:30:02.0128045+00:00",
"Author": "f2e8f842-e730-40dd-b6f6-7631577f92c9",
"Editor": "3f37c7e7-1255-44d3-88c6-5e9b3619f730",
"CostRate": [
{
"Id": "2dcea2c9-af47-4d4f-acd9-b6d7e35fb974",
"StartDate": "2026-03-26T03:30:02.0128045+00:00",
"EndDate": "2026-03-26T03:30:02.0128045+00:00",
"Cost": 4.0
},
{
"Id": "2dcea2c9-af47-4d4f-acd9-b6d7e35fb974",
"StartDate": "2026-03-26T03:30:02.0128045+00:00",
"EndDate": "2026-03-26T03:30:02.0128045+00:00",
"Cost": 4.0
}
],
"id": "658ddb3f-2588-42b1-9ff3-d5e7ae92ada1",
"ConfigId": "8898ec0a-22aa-41bf-8a82-267d0424632b"
}