Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 4.6 KB

GetAllPanAddElementRequests.md

File metadata and controls

84 lines (58 loc) · 4.6 KB

GetAllPanAddElementRequests

Properties

Name Type Required Description
Requests List<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 long The request's ID.
CreatedAt string The date and time at which the request was created.
CreatedBy long 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 long 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 long The maximum number of items returned.
Offset long The zero-based offset of the first item returned.
TotalCount long The total count of items found.