GetPanElementsAndFolders
Properties
Name | Type | Required | Description |
---|---|---|---|
Elements_ | List<Elements> | ❌ | Information about a Private API Network's folder elements. Elements are APIs, collections, and workspaces. |
Folders_ | List<Folders> | ❌ | Information about the Private API Network's folders. |
Meta | GetPanElementsAndFoldersMeta | ❌ | The response's non-standard meta information. |
Elements
Properties
Name | Type | Required | Description |
---|---|---|---|
CreatedAt | string | ❌ | The date and time at which the element was created. |
CreatedBy | long | ❌ | The user who created the element. |
UpdatedAt | string | ❌ | The date and time at which the element was last updated. |
UpdatedBy | long | ❌ | The user who updated the element. |
AddedAt | string | ❌ | The date and time at which the element was published to Private API Network. This value is the same as the updatedAt value. |
AddedBy | long | ❌ | The user ID of the user who published the element. |
Description | string | ❌ | The element's description. |
Id | string | ❌ | The element's ID. |
Name | string | ❌ | The element's name. |
Summary | string | ❌ | The element's summary. |
Type_ | string | ❌ | The element's type. |
ParentFolderId | long | ❌ | The element's parent folder ID. |
Href | string |