Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 3.19 KB

File metadata and controls

29 lines (23 loc) · 3.19 KB

CollectionRequestCreated

Properties

Name Type Required Description
data CollectionRequestCreatedData Information about the created request. For a complete list of properties, refer to the Request entry in the Postman Collection Format documentation.
meta any A Postman-specific response that contains information about the internal performed operation.
modelId string The request's ID.
revision number An internal revision ID. Its value increments each time the resource changes. You can use this ID to track whether there were changes since the last time you fetched the resource.

CollectionRequestCreatedData

Information about the created request. For a complete list of properties, refer to the Request entry in the Postman Collection Format documentation.

Properties

Name Type Required Description
id string The request's ID.
name string The request's name.
owner string The user ID of the request's owner.
folder string Information about the request's parent folder.
responses string[] A list of the request's responses.
collection string The collection ID that the request belongs to.
responsesOrder string[] A list of response IDs and their order in the folder.
createdAt string The requeset's creation date and time.
updatedAt string The date and time at which the request was last updated.
lastUpdatedBy string The user ID of the user that last updated the folder.