Get Attempt info
  • 20 Aug 2021
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get Attempt info

  • Dark
    Light
  • PDF

Article Summary

Get Attempt info

GET /api/v1/integrations/external/schedule/{externalId}/attempt-info


NameData TypeDescription
Content-type:application/jsonfor all requests
Authorization:EAPI {token}for all requests

Request Parameters

Parameters indicated with a * are mandatory

ParameterTypeDescription
CandidateExtIdStringCandidate external id. The externalID corresponds with the 'User ID' within the usermanagement.

Sample successfull Response

{
    "Content": [
        ExternalId: "EXT1",        
        FirstName: "testuser10",        
        LastName: "testuser10",        
        UserName: "testuser10",       
        Email: "email@email.com",       
        Attempts: [
            AttemptNumber: 1,
            StartDate: "2020-02-28T15:03:27.763Z",
            EndDate: "2020-02-28T15:03:32.237Z",
            Status: "HANDED_IN",
        ],       
    ],
    "Success": true,
    "Errors": null
}

Responses

CodeDescription
200Successful operation
400Possible error codes:
202: User has not been found
203: User is not added to schedule
301:Schedule has not been found
303: Schedule is not activated
310: Schedule has not yet begun
403Not allowed to use external API
500Internal server error


Was this article helpful?

What's Next