AnalysisPlan

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getAnalysisPlan

post

Retrieve the analysis plan information

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AnalysisPlanIndexAnalysisPlanintegerRequired
Responses
200

Successful operation.

application/json
post
/getAnalysisPlan
200

Successful operation.

getAnalysisPlanSelectFields

post

Retrieve analysis plans with selected fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AnalysisPlanIndexAnalysisPlanintegerOptional
Responses
200

Successful operation.

application/json
post
/getAnalysisPlanSelectFields
200

Successful operation.

getAnalysisPlanPagedList

post

Retrieve a paged list of analysis plans

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getAnalysisPlanPagedList
200

Successful operation.

getAnalysisPlanListSelectFields

post

Retrieve the list of analysis plans with selectable fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getAnalysisPlanListSelectFields
200

Successful operation.

searchAnalysisPlanSelectFields

post

Search analysis plan select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/searchAnalysisPlanSelectFields
200

Successful operation.

getAnalysisPlanPagedListSelectFields

post

Retrieve a paged list of analysis plans with selected fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getAnalysisPlanPagedListSelectFields
200

Successful operation.

searchAnalysisPlanPagedSelectFields

post

Search analysis plan paged select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchAnalysisPlanPagedSelectFields
200

Successful operation.

updateAnalysisPlanByID

post

Update Analysis Plan by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AnalysisPlanIndexAnalysisPlanintegerOptional
Responses
200

Successful operation.

application/json
post
/updateAnalysisPlanByID
200

Successful operation.

Last updated

Was this helpful?