Get one student status

Returns the title, description, ordering, creator, and optional batch association for one school student status.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired>=1
Student status identifier.

Response

The requested student status record.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error