Properties
Name | Type | Required | Description |
---|---|---|---|
Data | GetTaggedEntitiesData | ❌ | An object containing the paginated elements. |
Meta | GetTaggedEntitiesMeta | ❌ | The response's pagination information. |
An object containing the paginated elements.
Properties
Name | Type | Required | Description |
---|---|---|---|
Entities_ | List<Entities> |
✅ | A list of the Postman elements that contain the given tag. |
Properties
Name | Type | Required | Description |
---|---|---|---|
EntityId | string | ❌ | The element's unique ID. |
EntityType | EntitiesEntityType | ❌ | The type of Postman element. |
The type of Postman element.
Properties
Name | Type | Required | Description |
---|---|---|---|
Api | string | ✅ | "api" |
Collection | string | ✅ | "collection" |
Workspace | string | ✅ | "workspace" |
The response's pagination information.
Properties
Name | Type | Required | Description |
---|---|---|---|
Count | long | ✅ | The number of tagged elements returned in the response. |
NextCursor | string | ❌ | The pagination cursor that points to the next record in the results set. |