DeliverableListResponse

  • deliverables
    Type: array object[] · Deliverables
    required

    One deliverable file. id is the deliverable's UUID; file_id is the opaque asset id, not a numeric PK.

    • file_id
      Type: string · File Id
      required
    • file_type
      Type: string · File Type
      required
    • id
      Type: string · Id
      required
    • locale_code
      Type: string · Locale Codenullable
    • name
      Type: string · Namenullable
  • page
    Type: object · Page
    required

    Pagination metadata for every /v1 list envelope.

    number is the 1-based current page — pass it back as ?page= to walk paginated lists. There is no total count. has_more is true when another page exists. Full-list endpoints (languages, deliverables) emit number=1, has_more=false.

    • has_more
      Type: boolean · Has More
      required
    • limit
      Type: integer · Limit
      required

      Integer numbers.

    • number
      Type: integer · Number

      Integer numbers.