Get Using GET 4
Get a User Operation with the given id
The ID of the User Operation
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
'Success' with the requested User Operation
{
"_createTimeInMicros": 1568625938000000,
"_createdBy": "exampleuser",
"_expiresOnInMicros": 1569216876209000,
"_link": "/codestream/api/<prefix>/8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
"_requestedOnInMicros": 1568957676209000,
"_updateTimeInMicros": 1568625938000000,
"_updatedBy": "exampleuser",
"approvers": [
"string"
],
"createdAt": "2019-09-16 09:25:38.065065+00",
"createdBy": "exampleuser",
"description": "string",
"endpoint": "My-email-endpoint",
"executionId": "19e2d2c3-41b6-4bc0-9f27-b3f935d25366",
"executionIndex": 8,
"executionLink": "/codestream/api/executions/c1c08fc4-0bef-46fa-b5d2-c8aa10d18f6e",
"expirationInDays": 3,
"id": "8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
"index": "45b4d8",
"name": "My-Name",
"pipelineId": "6f6b006b-7fec-4684-9200-21a4a782c82b",
"pipelineName": "My-Pipeline",
"project": "My-Project",
"requestedBy": "fritz",
"respondedBy": "fritz",
"responseMessage": "Approved on Monday",
"sendemail": true,
"status": "Approved",
"summary": "To be approved only by admin",
"updatedAt": "2019-09-16 09:25:38.065065+00",
"updatedBy": "exampleuser",
"version": "v1"
}
This field is provided for backward compatibility. Contains the same value as the 'createdAt' field as a UNIX timestamp in microseconds
This field is provided for backward compatibility. Contains the same value as the 'createdBy' field
The time in micros when it would expire.
Partial URL that provides details of the resource.
The time in micros when the request was made.
This field is provided for backward compatibility. Contains the same value as the 'updatedAt' field as a UNIX timestamp in microseconds
This field is provided for backward compatibility. Contains the same value as the 'updatedBy' field
The list of approver emails who can approve it.
Date when the entity was created. The date is in ISO 8601 with time zone
The user that created this entity
A human-friendly description.
The email Endpoint to be used if the sendemail is set to true.
The Execution id of the Pipeline Execution consisting of this task.
The index of the Pipeline Execution in which the entity is present.
The Execution link of the Pipeline Execution consisting of this task.
The time in days after which this entity would expire.
The id of this resource.
The index of the entity.
A human-friendly name used as an identifier in APIs that support this option
The id of the Pipeline consisting of this task.
The name of the Pipeline this task is configured in.
The project this entity belongs to.
The user who requested this.
The user who responded to this approval.
The response message which the responder would like to give.
The flag to determine if an email has to be sent.
The status of this entity.
The summary of this entity.
Date when the entity was last updated. The date is in ISO 8601 with time zone.
The user that last updated this entity
Version of the resource.
Unauthorized Request
Forbidden
Not Found
Server Error