SecField

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getSecField

post

Retrieve security field

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

Successful operation.

application/json
post
/getSecField
200

Successful operation.

getSecFieldSelectFields

post

Returns the security fields with select fields

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

Successful operation.

application/json
post
/getSecFieldSelectFields
200

Successful operation.

getSecFieldPagedList

post

Returns paged list of security fields

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

Successful operation.

application/json
post
/getSecFieldPagedList
200

Successful operation.

getSecFieldListSelectFields

post

Returns the list of security fields with select fields

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

Successful operation.

application/json
post
/getSecFieldListSelectFields
200

Successful operation.

searchSecFieldSelectFields

post

Retrieve a list of select fields for security fields

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

Successful operation.

application/json
post
/searchSecFieldSelectFields
200

Successful operation.

getSecFieldPagedListSelectFields

post

Returns paged list of security fields with select fields

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

Successful operation.

application/json
post
/getSecFieldPagedListSelectFields
200

Successful operation.

searchSecFieldPagedSelectFields

post

Retrieve a paged list of select fields for security fields

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

Successful operation.

application/json
post
/searchSecFieldPagedSelectFields
200

Successful operation.

updateSecFieldByID

post

Update security fields by ID

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

Successful operation.

application/json
post
/updateSecFieldByID
200

Successful operation.

Last updated

Was this helpful?