v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
assignedTasks

find many assignedTasks

Find many assignedTasks (with filtering, projection, pagination and limiting). You can use filters in the query parameters (properly URL encoded) to restrict the search results:

  • To restrict the search to specific values for a given field name, you can use the following syntax: filter[where][fieldName][eq]=value. Note that you can also nest the filter object to filter on multiple fields, like so: filter[where][and][0][fieldName1][eq]=value1&filter[where][and][1][fieldName2][eq]=value2. You can also use operators like gt, gte, lt, lte, ne, in, nin, etc.
  • To limit the number of results returned by the query, use the following syntax: filter[limit]=25&filter[skip]=25
  • To only return specific fields, use the projection query parameter. Usage is as follows: filter[fields][fieldName1]=true&filter[fields][fieldName2]=true.
get/api/servicetodo/assignedTasks

Query parameters

whereParametersFilterWhere
fieldsParametersFilterFields
limitnumber
skipnumber
orderstring[]
{
  "limit": 10,
  "order": [
    "prop DESC"
  ]
}
fromLangstring

Locale-style string indicating the backend should translate relevant string values to the specified language

toLangstring

Locale-style string indicating the backend should translate relevant string values to the specified language

Response

One or many assignedTask documents found. Wrapped in a JsonAPI root response with collection of documents as data.

Example response

{
  "data": [
    {
      "uuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
      "createdAt": "2021-05-05T01:02:03.924Z",
      "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
      "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
      "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
      "lastUpdatedByAudience": "employer",
      "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
      "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
      "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
      "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
      "companyUuid": "a0ef351f-e91a-45b4-add1-28d4d8ec29b9",
      "company": {
        "uuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
        "createdAt": "2021-05-05T01:02:03.924Z",
        "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
        "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
        "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
        "lastUpdatedByAudience": "employer",
        "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
        "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
        "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
        "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
        "name": "Bojangles",
        "slug": "bojangles",
        "address": {
          "address1": "55 rue du Faubourg-Saint-Honoré",
          "address2": "Palais de l'Elysée",
          "city": "Paris",
          "zip": "75008",
          "state": "Île-de-France",
          "country": "France"
        },
        "metadata": {
          "inferredProducts": [
            "fountain_hire",
            "ai_recruiter"
          ],
          "outcomes": [
            "hire_faster"
          ],
          "hiresPerYear": "501-2000",
          "industry": "retail",
          "country": "US"
        },
        "legalName": "Bojangles OpCo, LLC.",
        "ein": "00-0000000",
        "supportPhone": "844-555-1337",
        "alternativeSupportPhones": [
          {
            "number": "844-555-1337",
            "source": "Hire"
          }
        ],
        "inactivityLockDays": 120,
        "passwordPolicy": {
          "minLength": 8,
          "expireAfterDays": 90
        },
        "companyType": "internal",
        "accountStatus": "live",
        "companyContext": "Seasonal hiring ramps in Q3/Q4. Primary verticals: warehouse and delivery. Prefers SMS over email for candidate outreach.",
        "timezone": "America/New_York"
      },
      "workerUuid": "19e845d8-2261-4919-a2ad-1aa3662cc759",
      "virtualWorker": {
        "uuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
        "createdAt": "2021-05-05T01:02:03.924Z",
        "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
        "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
        "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
        "lastUpdatedByAudience": "employer",
        "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
        "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
        "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
        "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
        "firstname": "Alice",
        "lastname": "Doe",
        "middlename": "Elizabeth",
        "displayFullName": "Alice Doe",
        "dashboardUrl": {
          "slug": "alice-doe-2002",
          "baseUrl": "https://employees.mcdonalds.com/"
        },
        "personalEmail": {
          "email": "alice.doe@gmail.com",
          "verified": true,
          "verifiedAt": "2023-03-24T00:00:00.000Z"
        },
        "workEmail": {
          "email": "alice.doe@fountain.com",
          "verified": true,
          "verifiedAt": "2023-03-24T00:00:00.000Z"
        },
        "mobilePhone": {
          "number": "+331234567890",
          "countryCode": "FR",
          "verified": true,
          "verifiedAt": "2023-03-24T00:00:00.000Z"
        },
        "whatsAppPhone": {
          "number": "+521234567890",
          "countryCode": "MX",
          "verified": true,
          "verifiedAt": "2025-03-09T00:00:00.000Z"
        },
        "homePhone": {
          "number": "+331234567890",
          "countryCode": "FR",
          "verified": true,
          "verifiedAt": "2023-03-24T00:00:00.000Z"
        },
        "homeAddress": {
          "address1": "55 rue du Faubourg-Saint-Honoré",
          "address2": "Palais de l'Elysée",
          "city": "Paris",
          "zip": "75008",
          "state": "Île-de-France",
          "country": "France"
        },
        "timezone": "Europe/Paris",
        "locale": "fr-FR",
        "companyUuid": "2ac58bbf-1e6c-4ab8-a614-350acea0e945",
        "company": {
          "uuid": "2ac58bbf-1e6c-4ab8-a614-350acea0e945",
          "name": "My Company",
          "slug": "my-company-a650bcf2"
        },
        "jobUuid": "0387e696-0285-4b6b-8ffc-04d85c13d547",
        "job": {
          "uuid": "0387e696-0285-4b6b-8ffc-04d85c13d547",
          "name": "Candle Sniffer",
          "description": "Sniffer of Candles"
        },
        "jobIdentifiers": [
          {
            "jobUuid": "e1e3da43-915e-4ed9-97dc-175f458821ac",
            "relationship": "primary"
          }
        ],
        "jobs": [
          {
            "uuid": "0387e696-0285-4b6b-8ffc-04d85c13d547",
            "name": "Candle Sniffer",
            "description": "Sniffer of Candles",
            "allowUnscheduledShift": true
          }
        ],
        "brand": {
          "name": "Pizza Hut"
        },
        "einUuid": "815deb86-f758-449f-87cd-81a3d7699296",
        "ein": {
          "uuid": "12-3456789",
          "label": "Cool Company - Paris"
        },
        "locationUuid": "e3425972-86df-4384-9f40-8de005ba30b0",
        "locationUuids": [
          "e3425972-86df-4384-9f40-8de005ba30b0"
        ],
        "locations": [
          {
            "uuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
            "createdAt": "2021-05-05T01:02:03.924Z",
            "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
            "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
            "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
            "lastUpdatedByAudience": "employer",
            "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
            "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
            "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
            "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
            "name": "San Francisco",
            "description": "Nostrud est ea aliqua laborum nostrud magna ipsum sunt quis mollit nisi fugiat ipsum.",
            "street_address": "275 Sacramento St",
            "address_2": "Unit 2",
            "city": "San Francisco",
            "state_code": "California",
            "postal_code": "94105",
            "country_code": "US",
            "locationNotes": "Locker code: 21ABBS",
            "timezone": "America/San_Francisco",
            "language": "en_US",
            "externalLocation": {
              "source": "hire",
              "externalCreatedAt": "2021-05-05T01:02:03.924Z"
            }
          }
        ],
        "tags": [
          {
            "uuid": "7dcf6728-adf5-4c8c-b098-334b68b64ebe",
            "name": "some tag"
          }
        ],
        "people": {
          "uuid": "6d5d014f-f118-4fbd-83f1-7baac578c123",
          "index": 1,
          "reasons": [
            "ssn"
          ]
        },
        "rehire": {
          "isRehire": true,
          "uuid": "6d5d014f-f118-4fbd-83f1-7baac578c123",
          "reasons": [
            "forcedFromAttribute"
          ]
        },
        "externalId": "6d5d014f-f118-4fbd-83f1-7baac578c123",
        "externalSource": "UKG",
        "externalSourceAccount": "fountain-sandbox",
        "applicantId": "6d5d014f-f118-4fbd-83f1-7baac578c123",
        "applicantSource": "Fountain Hire",
        "backgroundCheckYardstikCandidateId": "6d5d014f-f118-4fbd-83f1-7baac578c123",
        "dateOfBirth": "1987-12-24",
        "startDate": "2023-04-26",
        "hireDate": "2023-04-24",
        "terminationDate": "2023-04-30",
        "firstSeenAt": "2023-04-24T00:00:00.000Z",
        "lastSeenAt": "2023-04-25T00:00:00.000Z",
        "employmentStatus": {
          "type": "inactive",
          "subtype": "furloughed",
          "lastStatusUpdateDate": "2023-04-25T00:00:00.000Z"
        },
        "avatar": "https://i.pravatar.cc/500",
        "manager": {
          "uuid": "887436c5-47f4-43cc-963a-1d1d4e21f665",
          "displayFullName": "Bob LeBoss"
        },
        "customAttributes": [
          {
            "customAttributeUuid": "887436c5-47f4-43cc-963a-1d1d4e21f665",
            "value": "wanna work",
            "customAttribute": {
              "uuid": "8223636c5-47f4-43cc-963a-1d1d4e22b665",
              "createdAt": "2021-05-05T01:02:03.924Z",
              "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
              "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
              "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
              "lastUpdatedByAudience": "employer",
              "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
              "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
              "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
              "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
              "companyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
              "label": "Important Attr",
              "key": "can_u_work",
              "dataType": "string",
              "description": "Important Attr",
              "resource": "ComplianceCheckTemplate",
              "resourceIdentifier": "38e7869d-6c42-406f-93e4-5fa687d7f09a",
              "hireDataKeyId": 1
            }
          }
        ],
        "segmentEnabled": true,
        "segmentUuids": [
          "uuidSegment1",
          "uuidSegment2"
        ],
        "messagingEnabled": true,
        "importProvider": "hire",
        "technicalOptions": {
          "lockEin": true
        },
        "ssn": "123-45-6789",
        "securityGroupUuids": [
          "887436c5-47f4-43cc-963a-1d1d4e21f665"
        ],
        "openingUuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
        "forceRecordSessionReplayUntil": "2023-04-24T00:00:00.000Z",
        "smsOptOut": {
          "optedOutAt": "2023-04-24T00:00:00.000Z",
          "optedOutByAudience": "worker",
          "optedOutByAudienceUuid": "887436c5-47f4-43cc-963a-1d1d4e21f665",
          "optedOutOverrideByAudienceUuid": "admin-user-uuid",
          "optedOutOverrideAt": "2023-04-24T00:00:00.000Z"
        },
        "whatsAppOptOut": {
          "optedOutAt": "2023-04-24T00:00:00.000Z",
          "optedOutByAudience": "worker",
          "optedOutByAudienceUuid": "887436c5-47f4-43cc-963a-1d1d4e21f665",
          "optedOutOverrideByAudienceUuid": "admin-user-uuid",
          "optedOutOverrideAt": "2023-04-24T00:00:00.000Z"
        },
        "opening": {
          "uuid": "0387e696-0285-4b6b-8ffc-04d85c13d547",
          "title": "Opening 1"
        }
      },
      "taskFlowUuid": "a2b09cc3-f7e1-48ae-a53b-822d15e3961c",
      "taskFlowVersionUuid": "a2b09cc3-f7e1-48ae-a53b-822d15e3961c",
      "taskFlowVersionTaskUuid": "f84c11f9-3ec5-44b0-b24d-b8787dc7946c",
      "taskFlowVersionNumber": 1,
      "taskUuid": "f84c11f9-3ec5-44b0-b24d-b8787dc7946c",
      "virtualTask": {
        "uuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
        "createdAt": "2021-05-05T01:02:03.924Z",
        "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
        "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
        "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
        "lastUpdatedByAudience": "employer",
        "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
        "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
        "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
        "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
        "companyUuid": "a0ef351f-e91a-45b4-add1-28d4d8ec29b9",
        "title": "Read this document",
        "description": "You need to read this document before being able to work",
        "taskType": "informationSharing",
        "subType": "webhook",
        "estimatedCompletionMinutes": 90,
        "content": {
          "buttonLabel": "myBtnLabel",
          "attachments": [
            {
              "storedFileUuid": "a0ef351f-e91a-45b4-add1-28d4d8ec29b9",
              "filename": "handbook.pdf",
              "mimeType": "application/pdf"
            }
          ],
          "signDoc": {
            "uuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
            "createdAt": "2021-05-05T01:02:03.924Z",
            "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
            "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
            "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
            "lastUpdatedByAudience": "employer",
            "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
            "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
            "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
            "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
            "name": "Profile pic.png",
            "technicalName": "profile_pic.png",
            "companyUuid": "2c84a7c1-4c68-41d8-9376-2a14c60de15f"
          },
          "section2CompletionMethods": [
            {
              "methodName": "authorizedRepresentative",
              "reminder": 24,
              "customConferencing": {
                "providerDescription": "Zoom",
                "joinUrl": "https://www.my-conferencing.com/join/xyz"
              }
            }
          ],
          "triggerableType": "task",
          "companyAttributeSet": {
            "uuid": "f4428d27-c089-40c4-aa83-ce02e1ee1426",
            "createdAt": "2021-05-05T01:02:03.924Z",
            "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
            "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
            "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
            "lastUpdatedByAudience": "employer",
            "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
            "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
            "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
            "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
            "companyUuid": "bd1663ba-1d09-4554-a21a-d7a62e9b0435",
            "label": "European companies",
            "companyAttributes": [
              {
                "companyAttributeUuid": "887436c5-47f4-43cc-963a-1d1d4e21f665",
                "companyAttribute": {
                  "uuid": "8223636c5-47f4-43cc-963a-1d1d4e22b665",
                  "createdAt": "2021-05-05T01:02:03.924Z",
                  "createdBy": "1e4e9128-fbb2-4b0a-97fc-f65bb1efee55",
                  "lastUpdatedAt": "2021-05-05T04:05:06.924Z",
                  "lastUpdatedBy": "7097bb82-61bd-4724-82ac-eab598190e47",
                  "lastUpdatedByAudience": "employer",
                  "lastUpdatedByAudienceUuid": "68df4316-590a-4081-9f24-9d9311977c9d",
                  "lastUpdatedByImpersonatedBy": "3462e1d4-0e27-4798-b4a2-76412ab21892",
                  "lastUpdatedByCompanyUuid": "d310aada-b1ad-4e9a-b822-b90c3cdb65bb",
                  "lastUpdatedByEnterpriseUuid": "a6420cdc-285a-4f75-8ccc-8edff6d60c0a",
                  "label": "Attribute 1",
                  "key": "attribute_1",
                  "dataType": "string",
                  "description": "The first attribute in my company",
                  "hireUuid": "123e4567-e89b-12d3-a456-426614174232",
                  "attachedToModel": "location"
                }
              }
            ]
          },
          "requirementUuid": "a0ef351f-e91a-45b4-add1-28d4d8ec29b9"
        }
      },
      "status": "ready",
      "reviewStatus": "approved",
      "workerData": {
        "w4Profile": {
          "provider": {
            "submissions": [
              {
                "status": "pending"
              }
            ]
          }
        },
        "i9Profile": {
          "information": {
            "email": "john.doe@mail.net",
            "firstName": "John",
            "lastName": "Doe",
            "middleName": "Junior",
            "birthdate": "1990-10-21",
            "phone": "844-555-1337",
            "gender": "M",
            "nickname": "JJ",
            "ssn": "123-45-6789",
            "startDate": "2023-11-20",
            "endDate": "2025-11-20",
            "hireDate": "2023-10-31",
            "address": {
              "street": "10 main street",
              "apt": "4B",
              "city": "Boston",
              "state": "MA",
              "zip": "02108",
              "country": "US"
            },
            "position": "manager"
          },
          "provider": {
            "ead": {
              "submissions": [
                {
                  "submissionId": "4874",
                  "status": "pending",
                  "documentId": "w4",
                  "documentName": "W4 State Form",
                  "rejectedReason": "typo in firstname"
                }
              ]
            }
          }
        }
      }
    }
  ],
  "meta": {
    "timestamp": "2021-05-05T09:47:58.924Z",
    "verb": "GET",
    "path": "/api/structure/resources/5949cf7c-fec6-4b31-947c-3aceabff58c5",
    "jti": "%cQN3RIGp",
    "rid": "$2d2zkHZ5",
    "count": 1,
    "status": "200",
    "duration": 17,
    "size": 1234
  }
}