ScreenDefinition

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getScreenDefinition

post

Retrieve screen definition

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

Successful operation.

application/json
post
/getScreenDefinition
200

Successful operation.

getScreenDefinitionSelectFields

post

Returns the screen definitions with select fields

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

Successful operation.

application/json
post
/getScreenDefinitionSelectFields
200

Successful operation.

getScreenDefinitionPagedList

post

Returns paged list of screen definitions

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

Successful operation.

application/json
post
/getScreenDefinitionPagedList
200

Successful operation.

getScreenDefinitionListSelectFields

post

Returns the list of screen definitions with select fields

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

Successful operation.

application/json
post
/getScreenDefinitionListSelectFields
200

Successful operation.

searchScreenDefinitionSelectFields

post

Retrieve a list of select fields for screen definitions

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

Successful operation.

application/json
post
/searchScreenDefinitionSelectFields
200

Successful operation.

getScreenDefinitionPagedListSelectFields

post

Returns paged list of screen definitions with select fields

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

Successful operation.

application/json
post
/getScreenDefinitionPagedListSelectFields
200

Successful operation.

searchScreenDefinitionPagedSelectFields

post

Retrieve a paged list of select fields for screen definitions

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

Successful operation.

application/json
post
/searchScreenDefinitionPagedSelectFields
200

Successful operation.

updateScreenDefinitionByID

post

Update screen definitions by ID

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

Successful operation.

application/json
post
/updateScreenDefinitionByID
200

Successful operation.

Last updated

Was this helpful?