Bindbee · JSON Structure

Bindbee Employees Response Structure

Paginated list of employee records.

Type: object Properties: 3
ATSHR IntegrationHRISWorkforce

EmployeesResponse is a JSON Structure definition published by Bindbee, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

data next_cursor has_more

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "EmployeesResponse",
  "type": "object",
  "description": "Paginated list of employee records.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of employee records."
    },
    "next_cursor": {
      "type": "string",
      "description": "Cursor for next page."
    },
    "has_more": {
      "type": "boolean",
      "description": "Whether more records exist."
    }
  }
}