Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.02 KB

File metadata and controls

52 lines (34 loc) · 2.02 KB

GetTaggedEntities

Properties

Name Type Required Description
Data GetTaggedEntitiesData An object containing the paginated elements.
Meta GetTaggedEntitiesMeta The response's pagination information.

GetTaggedEntitiesData

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.

Entities

Properties

Name Type Required Description
EntityId string The element's unique ID.
EntityType EntitiesEntityType The type of Postman element.

EntitiesEntityType

The type of Postman element.

Properties

Name Type Required Description
Api string "api"
Collection string "collection"
Workspace string "workspace"

GetTaggedEntitiesMeta

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.