Transfer responses

View as Markdown
Copies or moves responses into a request.

Authentication

x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

This endpoint expects an object.
idslist of stringsRequired
A list of collection request, response, or folder UIDs to transfer.
modeenumRequired
The transfer operation to perform.
targetobjectRequired
Information about the item transfer's destination location.
locationobjectRequired

The transferred items’ placement in the target destination:

  • For start or end — Do not include the model and id values.
  • For before or after — Include the model and id properties.

Response

Successful Response
idslist of strings
A list of the transferred collection request, response, or folder UIDs.

Errors

400
Bad Request Error
500
Internal Server Error