Security

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getSecurity

post

Retrieve security

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

Successful operation.

application/json
post
/getSecurity
200

Successful operation.

getSecuritySelectFields

post

Returns the security with select fields

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

Successful operation.

application/json
post
/getSecuritySelectFields
200

Successful operation.

getSecurityPagedList

post

Returns paged list of security

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

Successful operation.

application/json
post
/getSecurityPagedList
200

Successful operation.

getSecurityListSelectFields

post

Returns the list of security with select fields

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

Successful operation.

application/json
post
/getSecurityListSelectFields
200

Successful operation.

searchSecuritySelectFields

post

Retrieve a list of select fields for security settings

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

Successful operation.

application/json
post
/searchSecuritySelectFields
200

Successful operation.

getSecurityPagedListSelectFields

post

Returns paged list of security with select fields

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

Successful operation.

application/json
post
/getSecurityPagedListSelectFields
200

Successful operation.

searchSecurityPagedSelectFields

post

Retrieve a paged list of select fields for security settings

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

Successful operation.

application/json
post
/searchSecurityPagedSelectFields
200

Successful operation.

updateSecurityByID

post

Update securities by ID

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

Successful operation.

application/json
post
/updateSecurityByID
200

Successful operation.

Last updated

Was this helpful?