List Custom Export Templates

List Custom Export Templates

Lists all custom export templates in the account.

Template data includes which data keys are used and the Openings (funnels) applicants are being pulled from for each export.

Use the page parameter to indicate the page for pagination, e.g. &page=2 to get to the 2nd page of the listing.

Response Schema

  • templates
    • Required: no
    • Type: array
    • Items
      • Required: no
      • id
        • Required: no
        • Type: string
        • Example: "540eff78-4f0d-438a-99ff-36b888cd6fb6"
      • title
        • Required: no
        • Type: string
        • Example: "test exp"
      • fields
        • Required: no
        • Type: array
        • Items
          • Required: no
          • Type: string
          • Example: "email", "phone_number"
      • funnel_ids
        • Required: no
        • Type: array
        • Items
          • Required: no
          • id
            • Required: no
            • Type: string
            • Example: "56525182-ed3e-4e40-81ac-5e777a66f872"
  • pagination
    • Required: no
    • first
      • Required: no
      • Type: integer
      • Example: 1
    • previous
      • Required: no
      • Type: null
      • Example: null
    • current
      • Required: no
      • Type: integer
      • Example: 1
    • next
      • Required: no
      • Type: null
      • Example: null
    • last
      • Required: no
      • Type: integer
      • Example: 1
Language
Click Try It! to start a request and see the response here!