ScreenDefinition
Perform various operations for Symitar parameters.
Operations
Retrieve screen definition
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ScreenDefinitionScreenSelectionintegerOptional
ScreenDefinitionTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/getScreenDefinition200
Successful operation.
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
/getScreenDefinitionSelectFields200
Successful operation.
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
/getScreenDefinitionListSelectFields200
Successful operation.
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
/searchScreenDefinitionSelectFields200
Successful operation.
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
/getScreenDefinitionPagedListSelectFields200
Successful operation.
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
/searchScreenDefinitionPagedSelectFields200
Successful operation.
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
/updateScreenDefinitionByID200
Successful operation.
Last updated
Was this helpful?