GetAllPanAddElementRequests
Properties
Name | Type | Required | Description |
---|---|---|---|
requests | GetAllPanAddElementRequestsRequests[] | ❌ | Information about the requests to add elements to the Private API Network. |
meta | GetAllPanAddElementRequestsMeta | ❌ | The response's non-standard meta information. |
GetAllPanAddElementRequestsRequests
Properties
Name | Type | Required | Description |
---|---|---|---|
id | number | ❌ | The request's ID. |
createdAt | string | ❌ | The date and time at which the request was created. |
createdBy | number | ❌ | The ID of the user who created the request. |
message | string | ❌ | The user's optional message included in the request. |
status | RequestsStatus | ❌ | The request's status. |
element | RequestsElement | ❌ | Information about the requested element. |
response | RequestsResponse | ❌ | Information about the response to the request. This object only returns when the network manager denied a request with a message. |
RequestsStatus
The request's status.
Properties
Name | Type | Required | Description |
---|---|---|---|
PENDING | string | ✅ | "pending" |
DENIED | string | ✅ | "denied" |
RequestsElement
Information about the requested element.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The element's ID. |
type | ElementType1 | ❌ | The element type. |
name | string | ❌ | The element's name. |
summary | string | ❌ | If applicable, the element's short summary. |
ElementType1
The element type.
Properties
Name | Type | Required | Description |
---|---|---|---|
API | string | ✅ | "api" |
WORKSPACE | string | ✅ | "workspace" |
COLLECTION | string | ✅ | "collection" |
RequestsResponse
Information about the response to the request. This object only returns when the network manager denied a request with a message.
Properties
Name | Type | Required | Description |
---|---|---|---|
createdAt | string | ❌ | The date and time at which the network manager denied the request. |
createdBy | number | ❌ | The network manager's user ID. |
message | string | ❌ | The network manager's request response message. |
GetAllPanAddElementRequestsMeta
The response's non-standard meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
limit | number | ❌ | The maximum number of items returned. |
offset | number | ❌ | The zero-based offset of the first item returned. |
totalCount | number | ❌ | The total count of items found. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs