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": "a8ba96c1-841f-4402-9757-fdee6f1f2793",
"Office365Id": "cd42da9e-f755-43b5-ae0a-6abd4dcba440",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "e81f23a5-d32a-450e-8ea6-194826a40788",
"LastLogin": "2026-04-08T14:15:23.4865646+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"5b5d8d27-0f4c-4158-b548-54982bb1138e",
"0373c8dd-782b-4076-a391-cce4a066bc8b"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"da30a471-12b1-423e-97c5-5ef34e56b543",
"78a7b25b-5945-4e66-8203-c2b79e0cabe1"
]
},
"Created": "2026-04-08T14:15:23.4865646+00:00",
"Modified": "2026-04-08T14:15:23.4865646+00:00",
"Author": "f939d87c-c261-4317-8abb-2b0481fd2e72",
"Editor": "8de5200b-b84e-411e-9abe-c22e00681324",
"CostRate": [
{
"Id": "627fa0b1-d767-461d-8374-2d370cd981ce",
"StartDate": "2026-04-08T14:15:23.4865646+00:00",
"EndDate": "2026-04-08T14:15:23.4865646+00:00",
"Cost": 4.0
},
{
"Id": "627fa0b1-d767-461d-8374-2d370cd981ce",
"StartDate": "2026-04-08T14:15:23.4865646+00:00",
"EndDate": "2026-04-08T14:15:23.4865646+00:00",
"Cost": 4.0
}
],
"id": "228c1b28-3d2d-4b56-9067-0e2eb8337662",
"ConfigId": "72985c78-2e1c-4273-a62c-2bbd51b36e9a"
}