Summarize EPS

post

/job/summarizeEPS

Asynchronously summarizes a EPS.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
A list of summarise EPS objects.
Root Schema : List<SummarizeEPS>
Type: array
Title: List<SummarizeEPS>
Show Source
Nested Schema : SummarizeProject
Type: object
Title: SummarizeProject
SummarizeProject Entity
Show Source
  • The unique identifier of the EPS you want to summarize.
  • The amount of time in seconds that the server side will wait for the job service to complete before it returns with the current job status. The Timeout parameter is optional. When this operation is used without specifying a Timeout parameter or with a Timeout of 0, the server immediately returns without waiting for the job service to complete.
Back to Top

Response

Supported Media Types

201 Response

OK.
Body ()
Root Schema : CreateJobServiceResponse
Type: object
Title: CreateJobServiceResponse
CreateJobServiceResponse Entity
Show Source

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top