Bindbee · JSON Structure

Bindbee Departments Response Structure

List of departments.

Type: object Properties: 1
ATSHR IntegrationHRISWorkforce

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

Properties

data

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "DepartmentsResponse",
  "type": "object",
  "description": "List of departments.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of department records."
    }
  }
}