This API allows authenticated users to retrieve the details of a specific assignment by providing its unique ID.
Key Notes:
id
(required in path): The unique identifier of the assignment to be retrieved.Scenario: Viewing a Previously Created Assignment
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the assignment
Assignment retrieved successfully.
The response is of type object
.