Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 489 Bytes

retrieve-employee-response.md

File metadata and controls

23 lines (15 loc) · 489 Bytes

Retrieve Employee Response

Structure

RetrieveEmployeeResponse

Fields

Name Type Tags Description
employee Employee | undefined Optional An employee object that is used by the external API.
errors Error[] | undefined Optional Any errors that occurred during the request.

Example (as JSON)

{
  "employee": null,
  "errors": null
}