SJAM Search
SJAM search operations
Search for SJAM records by ID and full name
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
sjamIdstringRequired
SJAM member ID
fullNamestringRequired
Full name of the member
Responses
200
SJAM record found successfully
application/json
400
Validation error
application/json
500
Internal server error
application/json
get
/sjam/searchRetrieve HTML content for a SJAM record
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
sjamIdstringRequired
SJAM member ID
fullNamestringRequired
Full name of the member
Responses
200
HTML content retrieved successfully
text/html
400
Validation error
application/json
404
HTML content not found
application/json
500
Internal server error
application/json
get
/sjam/search/htmlLast updated