Fountain API Integration
These are the list of integration use cases supported by Knit for Fountain API as part of the ATS category
Delete API Key
ID
: delete_api_keyOperation
: writeEntities
: apikeySummary
: The Delete API Key endpoint allows users to delete an API key by providing its unique identifier in the path parameters. The request method is DELETE, and it requires the 'identifier' path parameter, which is a UUID representing the API key to be deleted. The request can include an 'accept' header to specify the desired response format, though it is optional. Upon successful deletion, the API returns a JSON object containing metadata about the request, such as timestamp, HTTP verb, path, status, and duration. In case of an error, a detailed error message is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete API Keys with Filtering
ID
: delete_api_keys_with_filteringOperation
: writeEntities
: apikeySummary
: This API endpoint allows the deletion of multiple API keys based on specified filtering criteria. The DELETE method is used to perform this operation. The request can include query parameters for filtering, specifically a 'filter' object. The response will include metadata about the operation, such as timestamp, HTTP verb, path, and status. In case of an error, a detailed error message will be provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Applicant Information
ID
: delete_applicant_informationOperation
: writeEntities
: applicantSummary
: This API endpoint allows you to delete an applicant and their information permanently by specifying the applicant's ID in the path parameters. The request requires an 'accept' header with the value 'application/json'. The response will be a 204 status code indicating success, or a 401 status code indicating unauthorized access. Use this endpoint with caution as it will permanently delete the applicant's data. If unsure about deletion, consider moving the applicant to a different stage or assigning a label instead.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Applicant Note
ID
: delete_applicant_noteOperation
: writeEntities
: applicant, noteSummary
: The Delete Applicant Note API allows users to delete a specific note associated with an applicant. The API requires two path parameters: 'id', which is the ID of the applicant, and 'note_id', which is the ID of the note to be deleted. The request must include an 'accept' header specifying 'application/json'. Upon successful deletion, the API returns a 200 status code with a confirmation message. If unauthorized access occurs, a 401 status code is returned with an error object.Input Fields
: Input FieldsOutput Fields
: Output Fields
Destroy Calendar Slot by ID
ID
: delete_calendar_slot_by_idOperation
: writeEntities
: calendar slotSummary
: This API endpoint is used to destroy a calendar slot identified by a unique ID. The request is made using the DELETE method to the URL 'https://api.fountain.com/v2/available_slots/{id}'. The path parameter 'id' is required and specifies the ID of the available slot to be deleted. An optional query parameter 'delete_all_siblings' can be set to true to destroy all slots with the same key. The request header can include 'accept: application/json' to specify the desired response format. The API returns a 200 OK response with a string if successful, a 401 Unauthorized response if the request is not authorized, and a 404 Not Found response if the slot ID does not exist.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Custom Attribute
ID
: delete_custom_attributeOperation
: writeEntities
: custom attributeSummary
: The Delete Custom Attribute API allows users to delete a custom attribute identified by a unique identifier. The API requires the 'identifier' path parameter, which is a UUID representing the custom attribute to be deleted. The request should include an 'accept' header specifying 'application/json' as the acceptable response format. Upon successful deletion, the API returns a JSON object containing metadata about the request, including a timestamp, HTTP verb, path, request identifiers, count of affected items, status code, and request duration. In case of an error, an error message is returned detailing the issue.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Custom Attributes with Filtering
ID
: delete_custom_attributes_with_filteringOperation
: writeEntities
: custom attributeSummary
: This API endpoint allows the deletion of multiple custom attributes using filtering criteria. The request is made using the DELETE method to the specified URL. The request can include query parameters for filtering the custom attributes to be deleted. The response will indicate the status of the deletion operation, wrapped in a JsonAPI root response. In case of an error, a default error response is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Data Group
ID
: delete_data_groupOperation
: writeEntities
: data groupSummary
: The Delete Data Group API allows you to delete a specific data group identified by a unique identifier. The API requires the 'identifier' path parameter, which is a UUID representing the data group to be deleted. The request does not require a body or additional query parameters. The response will return a status of the deletion wrapped in a JsonAPI root response if successful, or a default error response if there is a server error.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete DataGroups with Filtering
ID
: delete_datagroups_with_filteringOperation
: writeEntities
: data groupSummary
: This API endpoint allows the deletion of multiple dataGroups using specified filtering criteria. The DELETE method is used to perform this operation. The request can include query parameters for filtering, and the response will provide metadata about the deletion operation, including a timestamp, HTTP verb, path, unique identifiers for the request and response, the count of items affected, status code, and duration. In case of an error, an error message will be returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete EIN
ID
: delete_einOperation
: writeEntities
: service organization, einSummary
: The Delete EIN API allows you to delete a specific EIN (Employer Identification Number) using its unique identifier. The API requires the 'identifier' path parameter, which is a UUID representing the EIN to be deleted. The request must include an 'accept' header with the value 'application/json'. Upon successful deletion, the API returns a 200 status code with a JSON object containing metadata. If an error occurs, a 500 status code is returned with a default error response.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Employer
ID
: delete_employerOperation
: writeEntities
: employerSummary
: This API endpoint allows the deletion of an employer using a DELETE request. The request requires a path parameter 'identifier', which is the unique identifier of the employer in UUID format. The request header can optionally include 'accept' with the value 'application/json'. The response will return a status of the deletion wrapped in a JsonAPI root response if successful (HTTP 200) or a default error response (HTTP 500) if there is an error. No response example is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Employers with Filtering
ID
: delete_employers_with_filteringOperation
: writeEntities
: employerSummary
: This API endpoint allows for the deletion of multiple employers based on specified filtering criteria. The request is made using the DELETE method to the URL https://wxp-services.fountain.com/api/servicestaff/employers. The request can include query parameters for filtering, specifically a 'filter' object that defines the criteria for which employers should be deleted. The request header can specify 'accept: application/json' to indicate the desired response format. The response will include metadata about the delete operation if successful, or an error message if unsuccessful.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete an Existing Hiring Goal
ID
: delete_existing_hiring_goalOperation
: writeEntities
: hiring goalSummary
: This API endpoint allows the user to delete an existing Hiring Goal by specifying the Hiring Goal ID in the path parameters. The request method is DELETE, and it requires an 'accept' header specifying 'application/json'. The response can be a 204 No Content if successful, 401 Unauthorized if the user is not authorized, 404 Not Found if the Hiring Goal ID does not exist, or 501 NotImplemented for other errors. The response body for errors includes a message detailing the error.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete an Existing Location
ID
: delete_existing_locationOperation
: writeEntities
: locationSummary
: This API endpoint allows the user to delete an existing location by specifying the location ID in the path parameters. The request method is DELETE, and it requires the 'id' path parameter to identify the location to be deleted. The request can include an 'accept' header to specify the desired response format, which defaults to 'application/json'. The API returns a 204 status code with no content if the deletion is successful. If the request is unauthorized, a 401 status code is returned with an error message. If the location is not found, a 404 status code is returned with an error message.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete an Existing Opening
ID
: delete_existing_openingOperation
: writeEntities
: openingSummary
: This API endpoint allows the user to delete an existing opening by specifying the Opening ID in the path parameters. The request method is DELETE, and it requires the 'id' path parameter to identify the opening to be deleted. The request can include an 'accept' header to specify the desired response format, typically 'application/json'. If the deletion is successful, the API returns a 204 No Content response. If the request is unauthorized, a 401 Unauthorized response is returned with an error message. If the specified opening is not found, a 404 Not Found response is returned with an error message.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete an Existing Position
ID
: delete_existing_positionOperation
: writeEntities
: positionSummary
: This API endpoint allows the user to delete an existing position by specifying the position ID in the path parameters. The request method is DELETE, and it requires the 'id' path parameter to identify the position to be deleted. The request can include an 'accept' header to specify the desired response format, though it is optional. The API returns a 204 status code with no content if the deletion is successful. If the request is unauthorized, a 401 status code is returned with a message indicating unauthorized access. If the specified position ID is not found, a 404 status code is returned with a message indicating that the position was not found.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Job
ID
: delete_jobOperation
: writeEntities
: job, identifierSummary
: The Delete Job API allows users to delete a specific job using its unique identifier. The API requires the 'identifier' path parameter, which is a UUID representing the job to be deleted. The request does not require a body or additional query parameters. The response will return a JSON object containing metadata about the deletion operation, such as timestamp, HTTP method, path, and status. In case of an error, a detailed error message will be provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Location
ID
: delete_locationOperation
: writeEntities
: locationSummary
: The Delete Location API allows users to delete a specific location identified by a unique identifier. The API requires the 'identifier' path parameter, which is a UUID representing the location to be deleted. The request does not require a body or additional query parameters. The response will indicate the status of the deletion operation, wrapped in a JsonAPI root response. A successful operation returns a 200 status code with metadata, while a server error returns a 500 status code.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Location Group
ID
: delete_location_groupOperation
: writeEntities
: location groupSummary
: The Delete Location Group API allows the user to delete a specific location group identified by a unique identifier. The API requires the 'identifier' path parameter, which is a UUID representing the location group to be deleted. The request does not require a body or additional query parameters. Upon successful deletion, the API returns a JSON response with metadata including the timestamp, HTTP method, path accessed, and status code. In case of an error, a detailed error message is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Location Groups
ID
: delete_location_groupsOperation
: writeEntities
: location groupSummary
: The Delete Location Groups API allows users to delete multiple location groups based on specified filtering criteria. The API uses the DELETE method and requires the 'accept' header to specify the response format, which is 'application/json'. The filtering criteria can be provided as query parameters. Upon successful deletion, the API returns metadata about the operation, including a timestamp, HTTP verb, path, request identifiers, count of affected items, status code, and duration. In case of an error, a detailed error message is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Multiple EINs with Filtering
ID
: delete_multiple_eins_with_filteringOperation
: writeEntities
: service organization, einSummary
: This API endpoint allows for the deletion of multiple EINs using specified filtering criteria. The DELETE method is used to perform the operation. The request can include query parameters to specify the filter criteria for selecting which EINs to delete. The response includes metadata about the operation, such as the timestamp, HTTP verb, API path, unique identifiers for the request and response, the number of items affected, the HTTP status code, and the duration of the operation.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Multiple Jobs with Filtering
ID
: delete_multiple_jobs_with_filteringOperation
: writeEntities
: jobSummary
: This API endpoint allows the deletion of multiple jobs based on specified filter criteria. The DELETE method is used, and the endpoint is accessed via the URL https://wxp-services.fountain.com/api/serviceworkforce/jobs. The request can include query parameters for filtering the jobs to be deleted. The response includes metadata about the operation, such as the timestamp, HTTP verb, path, request ID, and status. In case of an error, a detailed error message is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Multiple Locations with Filtering
ID
: delete_multiple_locations_with_filteringOperation
: writeEntities
: locationSummary
: This API endpoint allows the deletion of multiple locations using specified filtering criteria. The DELETE method is used at the endpoint https://wxp-services.fountain.com/api/serviceworkforce/locations. The request can include query parameters for filtering the locations to be deleted. The response will include metadata about the delete operation if successful, or an error message if unsuccessful. The 'accept' header can be used to specify the desired response format, typically 'application/json'.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete an Option Bank
ID
: delete_option_bankOperation
: writeEntities
: option bankSummary
: The 'Delete an Option Bank' API endpoint allows users to delete a specific option bank identified by its unique ID. The request requires the 'id' path parameter, which is mandatory. The request header can optionally include 'accept: application/json' to specify the desired response format. Upon successful deletion, the API returns a 204 status code with no content. If the request is unauthorized, a 401 status code is returned with an error object containing an error identifier. The API is accessed via the DELETE method at the endpoint 'https://api.fountain.com/v2/option_banks/{id}'.Input Fields
: Input FieldsOutput Fields
: Output Fields
Remove an Option Bank Option
ID
: delete_remove_option_bank_optionOperation
: writeEntities
: option bankSummary
: The 'Remove an Option Bank Option' API allows users to delete specific options from an option bank identified by its ID. The API requires the 'id' path parameter to specify the option bank and a 'options' query parameter to list the options to be removed. The request does not require a body. On success, it returns a 200 status with the updated option bank details. If unauthorized, it returns a 401 status with an error message.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Stored File
ID
: delete_stored_fileOperation
: writeEntities
: stored fileSummary
: The Delete Stored File API allows users to delete a stored file identified by a unique identifier. The API requires the 'identifier' path parameter, which is a UUID representing the stored file to be deleted. The request does not require a body or query parameters, and the 'accept' header is optional, defaulting to 'application/json'. Upon successful deletion, the API returns a 200 status code with metadata about the request, including timestamp, HTTP verb, request path, and duration. In case of an error, a 500 status code is returned with an error message detailing the issue.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Stored Files with Filtering
ID
: delete_stored_files_with_filteringOperation
: writeEntities
: fileSummary
: This API endpoint allows users to delete multiple stored files by applying specific filtering criteria. The DELETE method is used, and the endpoint is accessed via the URL https://wxp-services.fountain.com/api/servicemedia/storedFiles. The request can include an optional 'filter' query parameter to specify the criteria for selecting files to delete. The response includes metadata about the operation, such as the timestamp, HTTP verb, path accessed, and status. In case of an error, a detailed error message is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Worker
ID
: delete_workerOperation
: writeEntities
: workerSummary
: The Delete Worker API allows the deletion of a worker identified by a unique identifier. The API uses the DELETE method and requires the 'identifier' path parameter, which is a UUID representing the worker to be deleted. The request should include an 'accept' header with 'application/json' as the value. The response returns a JSON object with metadata about the deletion operation, including a timestamp, HTTP verb, request path, and status code. In case of an error, a detailed error message is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Worker Custom Attribute
ID
: delete_worker_custom_attributeOperation
: writeEntities
: custom attribute, workerSummary
: The Delete Worker Custom Attribute API allows you to delete a custom attribute associated with a specific worker. It requires two path parameters: 'workerIdentifier', which is the unique identifier of the worker, and 'customAttributeIdentifier', which is the unique identifier of the custom attribute to be deleted. The API uses the DELETE method and does not require a request body. Upon successful deletion, it returns a 204 status code indicating that the worker's custom attribute has been successfully deleted.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete Workers with Filtering
ID
: delete_workers_with_filteringOperation
: writeEntities
: workerSummary
: This API endpoint allows for the deletion of multiple workers based on specified filtering criteria. The DELETE method is used, and the endpoint accepts query parameters to filter the workers to be deleted. The 'filter' query parameter is an object that can include 'where' conditions, 'limit' to specify the number of workers to delete, 'skip' to skip a number of workers, and 'order' to determine the order of deletion. The response includes metadata about the operation, such as the timestamp, HTTP verb, path accessed, and the number of workers affected.Input Fields
: Input FieldsOutput Fields
: Output Fields
Delete a Workflow in an Account
ID
: delete_workflow_in_accountOperation
: writeEntities
: workflow, accountSummary
: This API endpoint allows you to delete a workflow in an account by specifying the workflow's unique identifier in the path parameter. The request method is DELETE, and it requires an 'id' path parameter to identify the workflow to be deleted. The request header can optionally include 'accept: application/json' to specify the desired response format. If the deletion is successful, the API returns a 202 No Content response. If the request is unauthorized, a 401 Unauthorized response is returned with an error message.Input Fields
: Input FieldsOutput Fields
: Output Fields
Access Applicant Notes
ID
: get_access_applicant_notesOperation
: readEntities
: applicant, user, noteSummary
: This API endpoint allows you to access notes associated with a specific applicant by their unique ID. The request requires the applicant's ID as a path parameter and the 'accept' header set to 'application/json'. The response includes an array of notes, each containing details such as the note's ID, content, creation and update timestamps, and information about the user who created and last updated the note.Input Fields
: Input FieldsOutput Fields
: Output Fields
Access Secure File Uploads from Fountain
ID
: get_access_secure_file_uploadsOperation
: readEntities
: applicant, file upload, secure documentSummary
: This API endpoint allows access to secure file uploads from Fountain, such as driver's license photos and insurance documents. It requires enabling secure file access for your account. The endpoint returns a list of secure documents associated with an applicant, including details like document name, size, approval status, and a public URL valid for 24 hours. The 'id' path parameter is required to specify the applicant, and the response includes detailed information about each document and its associated stage and file upload requests.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get All Account Users
ID
: get_all_account_usersOperation
: readEntities
: userSummary
: This API endpoint retrieves all users associated with an account. It requires a GET request to the URL https://api.fountain.com/v2/users with the 'accept' header set to 'application/json'. The response will include a list of users, each with a name, id, and email. If the request is unauthorized, a 401 error will be returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find API Key by Unique Identifier
ID
: get_api_key_by_unique_identifierOperation
: readEntities
: apikeySummary
: This API endpoint allows you to find an API key by its unique identifier. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicesecurity/apikeys/{identifier}', where 'identifier' is a required path parameter representing the unique identifier of the API key. The request header should include 'accept: application/json' to specify the desired response format. The response includes detailed information about the API key, such as its UUID, creation and update timestamps, key and secret values, label, audience type, and associated UUIDs for audience, company, and user. The response is wrapped in a JSON API root response with the document as data, and includes metadata about the request.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find API Keys with Filtering, Projection, Pagination, and Limiting
ID
: get_api_keys_with_filtering_projection_pagination_limitingOperation
: readEntities
: apikeySummary
: This API endpoint allows users to find multiple API keys with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicesecurity/apikeys'. The API accepts query parameters for filtering, specifically a 'filter' object that can include a 'collate' object with a 'locale' property. The response returns a JSON object containing an array of API key documents under the 'data' property, each with details such as 'uuid', 'createdAt', 'key', 'secret', and more. Additionally, metadata about the request is provided under the 'meta' property, including 'timestamp', 'verb', 'path', 'count', and 'duration'.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Applicant Data
ID
: get_applicant_dataOperation
: readEntities
: applicant, secure field, profile informationSummary
: The 'Get Applicant Data' API endpoint retrieves all profile information for a specified applicant from Fountain. This is a standard GET request that requires the applicant's unique identifier as a path parameter. The endpoint returns a comprehensive JSON object containing various details about the applicant, including personal information, contact details, secure data, and other related information. Sensitive data such as Personally Identifiable Information (PII) is not retrieved by default. If access to secured fields is required, contact Fountain support. The response includes fields like email, name, phone number, secure data, and more, with detailed information about the applicant's background checks, document uploads, and other attributes.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Applicant Labels
ID
: get_applicant_labelsOperation
: readEntities
: applicant, labelSummary
: This API endpoint retrieves all labels associated with a specific applicant identified by the 'id' path parameter. The request requires the 'id' of the applicant as a path parameter and optionally accepts a header specifying the desired response format, typically 'application/json'. Additionally, the request headers must include 'Content-Type' set to 'application/json' and 'X-ACCESS-TOKEN' with your Fountain app's API token. The response will return a list of labels in a JSON object if the request is successful (HTTP 200). Each label object contains a 'title' and a 'completed' status. If the request is unauthorized, an error message will be returned (HTTP 401).Input Fields
: Input FieldsOutput Fields
: Output Fields
Retrieve Applicant Transition History
ID
: get_applicant_transition_historyOperation
: readEntities
: applicant, stage, transitionSummary
: This API endpoint retrieves the transition history for a specific applicant identified by the 'id' path parameter. It supports cursor pagination, allowing retrieval of up to 100 stage transitions per page. The request requires the 'id' path parameter and optionally accepts a 'page' query parameter for pagination. The response includes a list of transitions with details such as stage ID, title, and timestamps, along with pagination information. A 401 Unauthorized error is returned if the request is not properly authenticated.Input Fields
: Input FieldsOutput Fields
: Output Fields
List Available Slots for a Given Stage
ID
: get_available_slots_for_stageOperation
: readEntities
: slot, stage, paginationSummary
: This API endpoint lists all available slots for a given stage. It uses pagination to browse through all the slots, with the 'page' query parameter indicating the page number. The 'id' path parameter is required to specify the stage identifier. The response includes a list of slots with details such as 'id', 'start_time', 'end_time', 'location', 'recruiter', 'max_attendees', and 'booked_slots_count'. Pagination details are also provided in the response. The API returns a 200 status code with the slots data on success, a 401 status code if unauthorized, and a 404 status code if the stage is not found.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Company Brand Details
ID
: get_company_brand_detailsOperation
: readEntities
: brand, color, companySummary
: This API endpoint retrieves the brand details of a company identified by the 'companySlug' path parameter. The request is made using the GET method and requires the 'companySlug' as a path parameter. The response includes details such as the company's logo URL, website URL, color scheme, name, portal options, account slug, and career site base URL. The response is returned in JSON format.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Company Details by Identifier
ID
: get_company_details_by_identifierOperation
: readEntities
: address, brand, companySummary
: This API endpoint retrieves the details of a company using its unique identifier. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceorganizations/companies/{identifier}', where '{identifier}' is a required path parameter representing the company's unique identifier in UUID format. The request header can optionally include 'accept: application/json' to specify the desired response format. The response includes a JSON object with detailed information about the company, such as its UUID, creation and update timestamps, name, brand details, address, welcome and help content, invitation messages, and various configuration options. The response also includes metadata about the request, such as the timestamp, HTTP verb, request path, and status.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count API Keys with Filtering, Pagination, and Limiting
ID
: get_count_apikeys_with_filtering_pagination_limitingOperation
: readEntities
: apikeySummary
: This API endpoint is used to count the number of API keys with options for filtering, pagination, and limiting. It is accessed via a GET request to the specified URL. The request can include a query parameter 'filter' to specify filtering criteria. The response returns a JSON object containing the count of API key documents found, wrapped in a JsonAPI root response. The response includes metadata such as timestamp, HTTP verb, request path, JSON Web Token ID, request ID, count, status, and duration. In case of an error, a default error response is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Companies with Filtering, Pagination, and Limiting
ID
: get_count_companies_with_filtering_pagination_and_limitingOperation
: readEntities
: service organization, companySummary
: This API endpoint is used to count the number of companies with options for filtering, pagination, and limiting. It is accessed via a GET request to the specified URL. The request can include query parameters for filtering the count of companies. The response includes a JSON object with the count of company documents found, wrapped in a JsonAPI root response. The response also includes metadata such as the timestamp, HTTP method, API path, and request duration. In case of an error, a 500 status code is returned with an error message.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Custom Attributes with Filtering, Pagination, and Limiting
ID
: get_count_custom_attributesOperation
: readEntities
: custom attributeSummary
: This API endpoint counts the number of custom attribute documents available, with options for filtering, pagination, and limiting the results. The request is made using the GET method to the specified URL. The API accepts an optional 'filter' query parameter to specify criteria for counting. The response returns a JSON object containing the count of custom attributes found, wrapped in a JsonAPI root response. The response body includes a 'data' object with the 'count' property indicating the number of documents. In case of an error, a default error response is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count DataGroups with Filtering, Pagination, and Limiting
ID
: get_count_datagroups_with_filtering_pagination_limitingOperation
: readEntities
: count, response, data groupSummary
: This API endpoint is used to count dataGroups with options for filtering, pagination, and limiting. It is accessed via a GET request to the specified URL. The request can include query parameters for filtering the dataGroups. The response returns a JSON object containing the count of dataGroup documents found, along with metadata such as the timestamp, HTTP method, API path, and request duration. The response is wrapped in a JsonAPI root response.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count EINs with Filtering, Pagination, and Limiting
ID
: get_count_eins_with_filtering_pagination_limitingOperation
: readEntities
: filter, service organization, einSummary
: This API endpoint allows users to count EIN documents with optional filtering, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceorganizations/eins/count'. The API accepts an optional query parameter 'filter' for specifying filter criteria. The response returns a JSON object containing the count of EIN documents found, wrapped in a JsonAPI root response. The response includes metadata such as timestamp, HTTP method, API path, and request identifiers. In case of an error, a detailed error message is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Employers with Filtering, Pagination, and Limiting
ID
: get_count_employers_with_filtering_pagination_and_limitingOperation
: readEntities
: count, filter, employerSummary
: This API endpoint counts the number of employer documents available, with options for filtering, pagination, and limiting. It uses the GET method and requires no request body. The endpoint accepts an optional 'filter' query parameter to specify criteria for counting employers. The response is a JSON object containing the count of employer documents found, wrapped in a JsonAPI root response. The response includes a 'data' object with the 'count' property and a 'meta' object for additional metadata.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Jobs with Filtering, Pagination, and Limiting
ID
: get_count_jobs_with_filtering_pagination_limitingOperation
: readEntities
: jobSummary
: This API endpoint allows users to count job documents with options for filtering, pagination, and limiting. The request is made using the GET method to the specified URL. The API accepts an optional 'filter' query parameter to specify criteria for counting jobs. The response returns a JSON object containing the count of job documents found, wrapped in a JsonAPI root response. The response also includes metadata such as the timestamp, HTTP method, request path, and duration of the request.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Location Groups
ID
: get_count_location_groupsOperation
: readEntities
: parameter, response, location groupSummary
: The Count Location Groups API endpoint allows users to count the number of location group documents available. It supports filtering through query parameters, and the response is wrapped in a JSON API root response. The API returns the count of location groups found, along with metadata such as timestamp, HTTP method, API path, request ID, and duration of the request. The response is provided in JSON format.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Locations with Filtering, Pagination, and Limiting
ID
: get_count_locations_with_filtering_pagination_and_limitingOperation
: readEntities
: locationSummary
: This API endpoint counts the number of location documents available, with options for filtering, pagination, and limiting the results. The request is made using the GET method to the specified URL. The API accepts an optional 'filter' query parameter to specify criteria for counting locations. The response returns a JSON object containing the count of location documents found, wrapped in a JsonAPI root response. The response body includes a 'data' object with the 'count' property indicating the number of locations, and a 'meta' object for additional metadata.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Open Signups
ID
: get_count_open_signupsOperation
: readEntities
: opensignupSummary
: The Count Open Signups API endpoint allows users to count the number of open signup documents with optional filtering. The request is made using the GET method to the specified URL. Users can include query parameters to filter the results. The response returns a JSON object containing the count of open signup documents found, wrapped in a JsonAPI root response. The response body includes a 'data' object with the 'count' property and a 'meta' object for additional metadata.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count SignDocs with Filtering, Pagination, and Limiting
ID
: get_count_signdocsOperation
: readEntities
: signDocSummary
: This API endpoint counts the number of signDoc documents available, with options for filtering, pagination, and limiting. It uses the GET method and requires no request body. The endpoint accepts an optional 'filter' query parameter to specify filtering criteria. The response returns a JSON object containing the count of signDoc documents found, wrapped in a JsonAPI root response. The response body includes a 'data' object with a 'count' property indicating the number of documents. In case of an error, a default error response is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Stored Files with Filtering, Pagination, and Limiting
ID
: get_count_stored_files_with_filtering_pagination_and_limitingOperation
: readEntities
: stored fileSummary
: This API endpoint counts the number of stored files with options for filtering, pagination, and limiting. It uses the GET method and requires no request body. The 'filter' query parameter can be used to specify criteria for counting. The response returns a JSON object containing the count of stored files in the 'data' field. The response is wrapped in a JsonAPI root response format.Input Fields
: Input FieldsOutput Fields
: Output Fields
Count Workers with Filtering, Pagination, and Limiting
ID
: get_count_workers_with_filtering_pagination_and_limitingOperation
: readEntities
: workerSummary
: This API endpoint counts the number of worker documents available, with options for filtering, pagination, and limiting the results. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceworkforce/workers/count'. The API accepts query parameters under 'filter', which can include 'where' conditions, 'limit' for the number of records, 'skip' for pagination, and 'order' for sorting. The response returns a JSON object containing the count of workers found in the 'data' field, along with metadata such as timestamp, HTTP method, path, request ID, and duration in the 'meta' field.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Custom Attribute by Identifier
ID
: get_custom_attribute_by_identifierOperation
: readEntities
: custom attributeSummary
: This API endpoint retrieves a custom attribute by its unique identifier. The request requires the 'identifier' path parameter, which is a UUID representing the custom attribute's unique identifier. The response returns a JSON object containing the custom attribute details, including its UUID, creation and update timestamps, label, key, data type, description, options, resource, and various flags indicating its properties such as read-only, hidden, and protected status.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Custom Attributes with Filtering, Projection, Pagination, and Limiting
ID
: get_custom_attributes_with_filtering_projection_pagination_limitingOperation
: readEntities
: custom attribute, document, service workforceSummary
: This API endpoint allows users to find multiple custom attributes with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceworkforce/customAttributes'. The API accepts query parameters for filtering, specifically a 'filter' object that can include a 'collate' object with a 'locale' property. The response returns a JSON object containing an array of custom attribute documents, each with properties such as 'uuid', 'createdAt', 'label', 'key', 'dataType', and more. The response also includes metadata about the request, such as 'timestamp', 'verb', 'path', 'status', and 'duration'.Input Fields
: Input FieldsOutput Fields
: Output Fields
List Custom Export Templates
ID
: get_custom_export_templatesOperation
: readEntities
: pagination, templateSummary
: This API endpoint retrieves a list of all custom export templates available in the system. It uses the GET method and requires no request body or query parameters. The response includes a list of templates, each with an ID, title, fields, and associated funnel IDs. Additionally, pagination information is provided to navigate through the list of templates. The response is returned in JSON format.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get DataGroup by Identifier
ID
: get_datagroup_by_identifierOperation
: readEntities
: identifier, data group, companySummary
: This API endpoint retrieves a dataGroup by its unique identifier. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicestaff/dataGroups/{identifier}', where 'identifier' is a required path parameter representing the dataGroup's unique identifier in UUID format. The response returns a JSON object containing the dataGroup details such as 'uuid', 'createdAt', 'createdBy', 'lastUpdatedAt', 'lastUpdatedBy', 'label', and 'lookerGroupId'. Additionally, metadata about the request is provided, including 'timestamp', 'verb', 'path', 'jti', 'rid', 'count', 'status', and 'duration'.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find DataGroups with Filtering, Projection, Pagination, and Limiting
ID
: get_datagroups_with_filtering_projection_pagination_limitingOperation
: readEntities
: data groupSummary
: This API endpoint allows users to find multiple dataGroups with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicestaff/dataGroups'. The API accepts query parameters for filtering, such as 'filter[collate][locale]', which can be used to specify the locale for collation. The response is a JSON object that includes an array of dataGroup documents and metadata. The response schema includes a 'data' array and a 'meta' object, but no specific example of the response body is provided in the documentation.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get details of a specific job
ID
: get_details_of_a_specific_jobOperation
: readEntities
:Summary
: This API endpoint allows users to find a specific opening by its unique identifier. The request requires the 'id' path parameter, which is the unique Job ID. The request headers must include 'Content-Type' set to 'application/json' and 'X-ACCESS-TOKEN' which is your fountain app's API token. The response includes detailed information about the opening, such as title, description, apply URL, address, time zone, requirements, and more. The response also includes nested objects like opening pay rate, stages, fields, location, owner, position, and shift details. If the request is unauthorized, a 401 error is returned, and if the opening is not found, a 404 error is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Download Custom Export
ID
: get_download_custom_exportOperation
: readEntities
: export, templateSummary
: The 'Download Custom Export' API allows users to download a custom export file that has been previously created. The API requires the 'id' of the export as a path parameter to identify which export to download. The response includes details such as the export's ID, creation and update timestamps, status, file URL, and associated template information. The file URL will return a 404 error until the export is finished processing, and it will expire one week after creation. Users can poll this endpoint to check the status of the export until it is ready for download.Input Fields
: Input FieldsOutput Fields
: Output Fields
Download Timestamped Export
ID
: get_download_timestamped_exportOperation
: readEntities
: export, file, templateSummary
: The 'Download Timestamped Export' API allows users to download an export file that has been created, specified by its unique identifier 'id'. The endpoint is accessed via a GET request to 'https://api.fountain.com/v2/timestamped_exports/{id}'. The 'id' is a required path parameter that identifies the specific export to download. The response includes details such as the export's 'id', 'created_at' and 'updated_at' timestamps, 'state', 'file_url', and associated 'template' information. The 'file_url' will return a 404 error until the export state is 'finished', and it expires one week from creation. Users may need to poll the endpoint until the file is ready. The API returns a 200 status code with the export details on success, or a 401 status code if unauthorized.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find EIN by Unique Identifier
ID
: get_ein_by_unique_identifierOperation
: readEntities
: ein, service organization, companySummary
: This API endpoint allows users to find an EIN (Employer Identification Number) by its unique identifier. The request requires a path parameter 'identifier' which is a UUID representing the EIN's unique identifier. The response returns a JSON object containing the EIN details such as uuid, createdAt, createdBy, lastUpdatedAt, lastUpdatedBy, label, ein, hireBrandIds, and isDefault. The response is wrapped in a JsonAPI root response with the document as data. The meta section of the response includes additional information such as timestamp, HTTP verb, path, JSON Token Identifier (jti), Request Identifier (rid), count of items returned, status, and duration of the request.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find EINs with Filtering, Projection, Pagination, and Limiting
ID
: get_eins_with_filtering_projection_pagination_limitingOperation
: readEntities
: service organization, einSummary
: This API endpoint allows users to find multiple EINs with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceorganizations/eins'. The API accepts query parameters for filtering, such as 'filter[collate][locale]', which can be used to specify the locale for collation. The response returns a JSON object containing an array of EIN documents under the 'data' key, each with properties like 'uuid', 'createdAt', 'createdBy', 'lastUpdatedAt', 'lastUpdatedBy', 'label', 'ein', 'hireBrandIds', and 'isDefault'. Additionally, metadata about the request is provided under the 'meta' key, including 'timestamp', 'verb', 'path', 'jti', 'rid', 'count', 'status', and 'duration'.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Employer by Identifier
ID
: get_employer_by_identifierOperation
: readEntities
: location, employer, companySummary
: This API endpoint retrieves the details of a specific employer using their unique identifier. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicestaff/employers/{identifier}', where '{identifier}' is a required path parameter representing the employer's unique identifier in UUID format. The request header should include 'accept: application/json' to specify the response format. The response returns a JSON object containing detailed information about the employer, including their UUID, creation and update timestamps, company details, personal information such as name and email, location details, and other metadata. The response is structured in a JSON API format with the employer data encapsulated within a 'data' object.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Employers with Filtering, Projection, Pagination, and Limiting
ID
: get_employers_with_filtering_projection_pagination_limitingOperation
: readEntities
: employerSummary
: This API endpoint allows users to find multiple employers with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicestaff/employers'. The API accepts query parameters for filtering, such as 'filter[collate][locale]' to specify locale settings. The response returns a JSON object containing an array of employer documents under the 'data' key and additional metadata under the 'meta' key. The response is wrapped in a JsonAPI root response. If no employers are found or an error occurs, an error message is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Companies with Filtering, Projection, Pagination, and Limiting
ID
: get_find_companies_with_filtering_projection_pagination_and_limitingOperation
: readEntities
: address, brand, companySummary
: This API endpoint allows users to find multiple companies with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceorganizations/companies'. The API accepts query parameters for filtering, such as 'filter[collate][locale]', which can be used to specify the locale for collation. The response includes a collection of company documents wrapped in a JsonAPI root response. Each company document contains detailed information such as UUID, creation and update timestamps, name, brand details, address, welcome and help content, invitation messages, portal setup status, metadata, legal name, EIN, hire account details, support contact information, messaging options, and analytics options. The response also includes metadata about the request, such as timestamp, HTTP verb, request path, JSON Token Identifier (jti), Request Identifier (rid), count of items, status code, and request duration.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Jobs with Filtering, Projection, Pagination, and Limiting
ID
: get_find_jobs_with_filtering_projection_pagination_and_limitingOperation
: readEntities
: jobSummary
: This API endpoint allows users to find multiple job documents with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceworkforce/jobs'. The API supports query parameters for filtering, such as 'filter[collate][locale]' to specify the locale for collation. The response returns a collection of job documents wrapped in a JSON API root response. The response body includes 'data', which is an array of job documents, and 'meta', which contains metadata about the response.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Locations with Filtering, Projection, Pagination, and Limiting
ID
: get_find_locations_with_filtering_projection_pagination_and_limitingOperation
: readEntities
: locationSummary
: This API endpoint allows users to find multiple locations with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceworkforce/locations'. The API accepts query parameters for filtering, such as 'filter[collate][locale]', which can be used to specify the locale for collating the results. The response returns one or many location documents wrapped in a JsonAPI root response with a collection of documents as data. The response schema includes an array of location documents and metadata about the response. In case of an error, a default error response is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Open Signups with Filtering, Projection, Pagination, and Limiting
ID
: get_find_open_signupsOperation
: readEntities
: document, service security, opensignupSummary
: This API endpoint allows users to find multiple open signups with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the specified URL. The query parameters include a 'filter' object that can be used to specify collation options such as locale. The response returns a JSON object containing an array of open signup documents under the 'data' key and additional metadata under the 'meta' key. If no response example is available, an error message is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find SignDoc by Identifier
ID
: get_find_signdoc_by_identifierOperation
: readEntities
: document, sign doc, companySummary
: This API endpoint allows you to find a signDoc by its unique identifier. The request is made using the GET method to the URL https://wxp-services.fountain.com/api/servicemedia/signDocs/{identifier}, where {identifier} is the unique identifier of the signDoc. The request requires an 'accept' header with the value 'application/json'. The response returns a JSON object containing the signDoc details, including its UUID, creation and update timestamps, creator and updater UUIDs, name, technical name, file URLs, merge keys, template ID, edit embed URL, company UUID, and flags for technical and counter-sign enabled status.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find SignDocs with Filtering, Projection, Pagination, and Limiting
ID
: get_find_signdocs_with_filtering_projection_pagination_and_limitingOperation
: readEntities
: document, signDocSummary
: This API endpoint allows users to find multiple signDoc documents with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicemedia/signDocs'. The API accepts query parameters for filtering, such as 'filter[collate][locale]=en', and the response is expected to be in JSON format. The response includes a collection of signDoc documents wrapped in a JsonAPI root response. The API returns a 200 status code with the documents found or a 500 status code for a default error response.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Workers with Filtering, Projection, Pagination, and Limiting
ID
: get_find_workers_with_filtering_projection_pagination_limitingOperation
: readEntities
: job, worker, companySummary
: This API endpoint allows you to find multiple workers with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceworkforce/workers'. You can specify query parameters such as 'filter' to apply conditions, select fields, limit the number of results, skip a number of results, and order the results. The response returns an array of worker documents along with metadata about the request. The response includes detailed information about each worker, such as personal details, contact information, job details, and more.Input Fields
: Input FieldsOutput Fields
: Output Fields
Generate Signed Stored File URL
ID
: get_generate_signed_stored_file_urlOperation
: readEntities
: url, file, companySummary
: This API endpoint generates a signed URL to access a stored file. It requires two path parameters: 'companyIdentifier' and 'storedFileIdentifier', both of which are UUIDs and are required. The request should include an 'accept' header with the value 'application/json'. The response will include a '200' status with a JSON object containing the signed URL under 'data.url' and metadata under 'meta'. If the file is not found, a '404' error response will be returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Impersonate Worker in Portal
ID
: get_impersonate_worker_in_portalOperation
: readEntities
: worker, userSummary
: This API allows impersonating a worker in their own portal by generating a login link with an authentication token. The API requires a GET request to the specified endpoint with the worker's UUID as a path parameter. The response includes a JSON object containing the login link and metadata about the request such as timestamp, HTTP verb, path, and status.Input Fields
: Input FieldsOutput Fields
: Output Fields
Retrieve Interview Sessions for an Applicant
ID
: get_interview_sessions_for_an_applicantOperation
: readEntities
: applicant, interview, booked slotSummary
: This API endpoint retrieves the interview sessions for a specific applicant identified by their unique ID. The request requires the applicant's ID as a path parameter and optionally accepts a header specifying the desired response format (e.g., application/json). The response includes a list of booked interview slots with details such as start and end times, location, recruiter, and other relevant information. If the request is unauthorized, a 401 error message is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Job by Unique Identifier
ID
: get_job_by_unique_identifierOperation
: readEntities
: jobSummary
: This API endpoint allows users to find a job by its unique identifier. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceworkforce/jobs/{identifier}', where 'identifier' is a required path parameter representing the job's unique identifier in UUID format. The request header can optionally include 'accept: application/json' to specify the desired response format. The response includes a JSON object with the job's details such as 'uuid', 'createdAt', 'createdBy', 'lastUpdatedAt', 'lastUpdatedBy', 'name', and 'description'. Additionally, metadata about the request is provided, including 'timestamp', 'verb', 'path', 'jti', 'rid', 'count', 'status', and 'duration'.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Latest Matching Applicant
ID
: get_latest_matching_applicantOperation
: readEntities
: applicant, brand, documentSummary
: The 'Get Latest Matching Applicant' API endpoint retrieves the most recent applicant that matches the specified criteria. It is accessed via a GET request to the URL 'https://api.fountain.com/v2/applicants/latest_applicant'. The API accepts query parameters such as 'email', 'phone_number', and 'brand_id' to filter the applicants. The request must include an 'accept' header with the value 'application/json'. The response includes detailed information about the applicant, such as their email, name, phone number, and various other personal and application-related details. The response is returned in JSON format and includes a comprehensive set of fields that describe the applicant's profile, secure data, background checks, document uploads, and more.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Applicants
ID
: get_list_all_applicantsOperation
: readEntities
: applicant, stage, funnelSummary
: The List All Applicants API endpoint allows users to retrieve a list of all applicants within their account. It supports pagination through both page numbers and cursor-based pagination. Users can filter applicants by various criteria such as funnel ID, stage ID, stage type, labels, creation date, last transition date, and more. The response includes detailed information about each applicant, including personal details, labels, background checks, and more. The API returns a JSON object containing the list of applicants and pagination details.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Data Keys
ID
: get_list_all_data_keysOperation
: readEntities
: data keySummary
: This API endpoint retrieves a list of all data keys associated with the account. It supports pagination through the 'page' and 'per_page' query parameters, allowing users to specify which page of results to retrieve and how many results per page. Additionally, the 'updated_at' query parameter can be used to filter data keys based on their last updated timestamp. The response includes an array of data keys, each with properties such as 'key', 'key_type', 'title', 'hidden', 'restricted', 'data_fields_count', and 'options'. The API returns a JSON response with the data keys and their details.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Locations
ID
: get_list_all_locationsOperation
: readEntities
: location group, location, accountSummary
: The 'List All Locations' API endpoint allows users to retrieve a list of all locations associated with their account. The request is made using the GET method to the URL 'https://api.fountain.com/v2/locations'. The request does not require any parameters or body content, but it can include an 'accept' header to specify the desired response format, typically 'application/json'. The response includes a list of location objects, each containing details such as 'account_id', 'id', 'created_at', 'address', 'street_address', 'city', 'state_code', 'postal_code', 'country_code', 'location_group', and 'name'. The 'location_group' itself is an object with 'id', 'name', and 'owner'. Additionally, the response includes pagination information with fields like 'first', 'last', 'previous', 'current', and 'next'.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Openings in Account
ID
: get_list_all_openings_in_accountOperation
: readEntities
: opening, stage, funnelSummary
: This API endpoint retrieves a list of all openings (funnels) within your account. The term 'funnel' is used interchangeably with 'opening'. Each opening contains detailed information such as address, stages in the funnel, location, active status, and more. The API supports various query parameters to filter and sort the results, including pagination options, sorting by specific fields, and filtering by attributes like active status, brand name, location, shift details, and more. The response includes an array of funnel objects, each with comprehensive details about the opening, and pagination information to navigate through the results.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Positions
ID
: get_list_all_positionsOperation
: readEntities
: position, account, paginationSummary
: This API endpoint retrieves a list of all positions within your account. It requires a GET request to the URL https://api.fountain.com/v2/positions with an 'accept' header set to 'application/json'. The response includes an array of positions, each with an 'account_id', 'id', and 'name'. Additionally, pagination details are provided in the response to navigate through the list of positions.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Roles for the Account
ID
: get_list_all_roles_for_the_accountOperation
: readEntities
: roleSummary
: This API endpoint retrieves a list of all roles associated with the account. It uses the GET method and requires no request body or query parameters. The request should include an 'accept' header specifying 'application/json' as the acceptable media type for the response. The response will contain a JSON object with a 'roles' array, where each role object includes a 'name' and an 'id'. If the request is unauthorized, a 401 status code will be returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Sessions
ID
: get_list_all_sessionsOperation
: readEntities
: session, stage, slotSummary
: The List All Sessions API endpoint allows users to retrieve all booked slots for an account, with the option to include unbooked slots. It supports filtering based on opening (funnel_id) and stage (stage_id), and provides pagination options. The endpoint returns detailed information about each session, including start and end times, maximum attendees, and booked applicants' attendance status. Pagination can be managed using the page parameter or cursor-based pagination for accessing older pages. The response includes session details and pagination information.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Shifts
ID
: get_list_all_shiftsOperation
: readEntities
: shiftSummary
: The 'List All Shifts' API endpoint allows users to retrieve a list of all shifts associated with their account. This endpoint supports pagination through the 'page' and 'per_page' query parameters, which are both optional. The 'page' parameter specifies the page of results to retrieve, while the 'per_page' parameter specifies the number of results per page, defaulting to 20 if not provided. The response includes an array of shifts, each with a unique identifier. The API returns a 200 status code for successful requests and a 401 status code for unauthorized access.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Timestamped Export Templates
ID
: get_list_all_timestamped_export_templatesOperation
: readEntities
: funnel id, timestamped export template, paginationSummary
: This API endpoint allows users to list all timestamped export templates available in the system. It is a GET request to the URL https://api.fountain.com/v2/timestamped_exports/templates. The request requires an 'accept' header with the value 'application/json'. The response includes a list of templates, each with details such as id, title, data keys, upper and lower bounds, busy status, type, number of days, and funnel IDs. The response also includes pagination information. If the request is unauthorized, a 401 error is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
List All Workflows in an Account
ID
: get_list_all_workflows_in_an_accountOperation
: readEntities
: workflow, accountSummary
: This API endpoint retrieves a list of all workflows in an account. It requires an 'accept' header with the value 'application/json'. The response includes a list of workflows with details such as country code, id, locale, openings count, title, creation date, and publication status. Pagination details are also provided. A 401 error indicates unauthorized access.Input Fields
: Input FieldsOutput Fields
: Output Fields
List Custom Export Templates
ID
: get_list_custom_export_templatesOperation
: readEntities
: opening, custom export, templateSummary
: The 'List Custom Export Templates' API endpoint allows users to retrieve all custom export templates available in their account. This API uses the GET method and does not require any path parameters, query parameters, or request body. The request should include an 'accept' header with the value 'application/json'. The response includes a list of export templates, each with details such as 'id', 'created_at', 'updated_at', 'status', 'file_url', and associated 'template' information. Additionally, pagination details are provided to navigate through the list of exports.Input Fields
: Input FieldsOutput Fields
: Output Fields
List Hiring Goals
ID
: get_list_hiring_goalsOperation
: readEntities
: hiring goal, paginationSummary
: The List Hiring Goals API endpoint allows users to retrieve a list of all hiring goals within their account. The API supports various query parameters to filter and sort the results, such as filtering by opening ID, status, and date ranges. The response includes an array of hiring goals, each with details like external ID, goal, hire-by date, and status. Pagination information is also provided to navigate through the results.Input Fields
: Input FieldsOutput Fields
: Output Fields
List Labels in a Specific Stage
ID
: get_list_labels_in_a_specific_stageOperation
: readEntities
: label, stage, funnelSummary
: This API endpoint retrieves a list of all labels available in a specific stage identified by the 'stage_id' path parameter. The request can optionally include a 'funnel_id' query parameter to filter the labels. The response will be a JSON object containing an array of labels if the request is successful (HTTP 200). If the request is unauthorized, an error message will be returned (HTTP 401).Input Fields
: Input FieldsOutput Fields
: Output Fields
List Location Groups
ID
: get_list_location_groupsOperation
: readEntities
: location group, account, paginationSummary
: The 'List Location Groups' API endpoint allows users to retrieve all location groups associated with their account. It is a GET request to the URL 'https://api.fountain.com/v2/location_groups'. The request does not require any parameters or body content, but it can include an 'accept' header to specify the desired response format, typically 'application/json'. The response includes a list of location groups, each with an 'account_id', 'id', and 'name'. Additionally, pagination details are provided to navigate through the list of location groups.Input Fields
: Input FieldsOutput Fields
: Output Fields
List Workers
ID
: get_list_workersOperation
: readEntities
: worker, account, funnelSummary
: The List Workers API endpoint allows you to retrieve a list of all workers within your account. It supports pagination through the 'page' query parameter, enabling you to navigate through pages of workers. Additionally, you can filter the workers by a specific funnel using the 'funnel_id' parameter or by their active status using the 'is_active' parameter. The response includes an array of workers and pagination details. The request requires an 'accept' header with the value 'application/json'.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Location by Identifier
ID
: get_location_by_identifierOperation
: readEntities
: location, external location, companySummary
: This API endpoint retrieves a location by its unique identifier. The request requires a path parameter 'identifier' which is a UUID representing the location's unique identifier. The response returns a JSON object containing detailed information about the location, including its UUID, creation and update timestamps, name, description, address details, timezone, language, and any external location metadata. The response is wrapped in a JSON API root response with the location document as data.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Location Details by ID
ID
: get_location_details_by_idOperation
: readEntities
: opening, location group, locationSummary
: This API endpoint allows you to retrieve details of a specific location using its unique identifier. The request requires the 'id' path parameter, which is the Location ID. The response includes detailed information about the location such as account ID, address, country code, language, location group details, name, owner, openings count, and more. The response can return a 200 status code with location details, a 401 status code for unauthorized access, or a 404 status code if the location is not found.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Location Group by ID
ID
: get_location_group_by_idOperation
: readEntities
: location group, customer attribute, locationSummary
: This API endpoint retrieves a specific Location Group by its unique identifier. The request requires the 'id' path parameter, which is the Location Group ID. The response includes details such as the account ID, name, owner, and associated locations and customer attributes. The API returns a 200 status code with the location group details if successful, a 401 status code if unauthorized, and a 404 status code if the location group is not found.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Location Group by Identifier
ID
: get_location_group_by_identifierOperation
: readEntities
: virtual location, location group, companySummary
: This API endpoint retrieves a location group by its unique identifier. The request requires a path parameter 'identifier' which is a UUID representing the location group. The response returns a JSON object containing details about the location group, including its UUID, creation and update timestamps, creator and updater UUIDs, name, description, associated company UUID, location UUIDs, and virtual locations. The response is wrapped in a JsonAPI root response with the document as data.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Location Groups with Filtering, Projection, Pagination, and Limiting
ID
: get_location_groups_with_filtering_projection_pagination_limitingOperation
: readEntities
: location groupSummary
: This API endpoint allows users to find multiple location groups with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/serviceworkforce/locationGroups'. The API accepts query parameters for filtering, specifically a 'filter' object that can include a 'collate' object with a 'locale' property. The response returns a JSON object containing an array of location group documents and metadata. In case of an error, an error message is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Retrieve Opening Stages
ID
: get_opening_stagesOperation
: readEntities
: opening, stage, funnelSummary
: The 'Retrieve Opening Stages' API endpoint allows users to retrieve the stages of a specific opening by providing the 'funnel_id' as a path parameter. The request is made using the GET method to the URL 'https://api.fountain.com/v2/funnels/{funnel_id}/stages'. The request headers must include 'Content-Type: application/json' and 'X-ACCESS-TOKEN' with your Fountain app's API token. Optionally, the 'accept' header can specify 'application/json' to indicate the desired response format. The response includes a list of stages, each with details such as title, type, parent_id, id, and data fields. The data fields may contain options with values and labels. The API returns a 200 status code with the stages data on success, a 401 status code if unauthorized, and a 404 status code if the opening is not found.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get OpenSignup by Identifier
ID
: get_opensignup_by_identifierOperation
: readEntities
: opensignup, virtual company, companySummary
: This API endpoint retrieves an opensignup document by its unique identifier. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicesecurity/opensignups/{identifier}', where 'identifier' is a required path parameter representing the unique identifier of the opensignup. The request header can optionally include 'accept: application/json' to specify the desired response format. The response includes a JSON object with the opensignup details, such as 'uuid', 'createdAt', 'createdBy', 'lastUpdatedAt', 'lastUpdatedBy', 'companyUuid', 'virtualCompany', 'enabled', 'code', and 'allowedDomains'. The response is wrapped in a JsonAPI root response with the document as data.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Option Banks
ID
: get_option_banksOperation
: readEntities
: option bankSummary
: The Get Option Banks API endpoint retrieves a list of option banks. It supports pagination through optional query parameters 'page' and 'per_page'. The 'page' parameter is an optional integer indicating the page number, and 'per_page' is an optional integer defining the number of items per page. The API returns a 200 OK response on success or a 401 Unauthorized response if the request is not authorized. No specific response example is provided.Input Fields
: Input FieldsOutput Fields
: Output Fields
Show an Option Bank
ID
: get_show_an_option_bankOperation
: readEntities
: option bankSummary
: This API endpoint retrieves the details of a specific option bank identified by its unique ID. The request requires the 'id' path parameter to specify which option bank to retrieve. The response includes the option bank's ID, name, and a list of options, each with a label, value, and a boolean indicating if it is the default option. If the request is unauthorized, a 401 error with an error message is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Specific Opening by ID
ID
: get_specific_opening_by_idOperation
: readEntities
: opening, stage, locationSummary
: This API endpoint allows users to find a specific opening by its unique identifier. The request requires the 'id' path parameter, which is the unique Job ID. The request headers must include 'Content-Type' set to 'application/json' and 'X-ACCESS-TOKEN' which is your fountain app's API token. The response includes detailed information about the opening, such as title, description, apply URL, address, time zone, requirements, and more. The response also includes nested objects like opening pay rate, stages, fields, location, owner, position, and shift details. If the request is unauthorized, a 401 error is returned, and if the opening is not found, a 404 error is returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get Specific Position by ID
ID
: get_specific_position_by_idOperation
: readEntities
: positionSummary
: This API endpoint allows you to find a specific Position by its unique identifier. The request requires the 'id' path parameter, which is the Position ID. The request should include an 'accept' header with the value 'application/json'. The response can be a successful 200 OK with a JSON object, a 401 Unauthorized, or a 404 Not Found, each with a unique identifier in the response body.Input Fields
: Input FieldsOutput Fields
: Output Fields
Retrieve Specific Stage
ID
: get_specific_stageOperation
: readEntities
: stageSummary
: This API endpoint retrieves a specific stage from the Fountain API. It requires the 'id' path parameter, which is the unique identifier of the stage to be retrieved. The request must include an 'accept' header specifying 'application/json' as the acceptable response format. The response will include details about the stage such as its 'id', 'title', 'type', 'parent_id', 'position', and 'num_applicants'. If the request is unauthorized, a 401 error will be returned. If the stage is not found, a 404 error will be returned.Input Fields
: Input FieldsOutput Fields
: Output Fields
Retrieve Stored File by Identifier
ID
: get_stored_file_by_identifierOperation
: readEntities
: stored file, metadata, identifierSummary
: This API endpoint retrieves a stored file by its unique identifier. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicemedia/storedFiles/{identifier}', where 'identifier' is a required path parameter representing the stored file's unique identifier in UUID format. The request header can optionally include 'accept: application/json' to specify the desired response format. The response includes a JSON object with detailed information about the stored file, such as its UUID, creation and update timestamps, name, storage location, and metadata including size, MIME type, and file type. The response also includes metadata about the request, such as the timestamp, HTTP verb, request path, and status.Input Fields
: Input FieldsOutput Fields
: Output Fields
Find Stored Files with Filtering, Projection, Pagination, and Limiting
ID
: get_stored_files_with_filtering_projection_pagination_limitingOperation
: readEntities
: metadata, file, storageSummary
: This API endpoint allows users to find multiple stored files with options for filtering, projection, pagination, and limiting. The request is made using the GET method to the URL 'https://wxp-services.fountain.com/api/servicemedia/storedFiles'. The API accepts query parameters for filtering, such as 'filter[collate][locale]', which can be used to specify the locale for collation. The response includes a collection of stored file documents wrapped in a JSON API root response. Each stored file document contains details such as UUID, creation and update timestamps, file name, storage location, and metadata. The response also includes meta information about the request, such as the timestamp, HTTP verb, path, request ID, and duration.Input Fields
: Input FieldsOutput Fields
: Output Fields
List Timestamped Export Templates
ID
: get_timestamped_export_templatesOperation
: readEntities
: timestamped export, pagination, templateSummary
: The List Timestamped Export Templates API endpoint allows users to retrieve all timestamped export templates available in their account. The API uses the GET method and does not require any parameters or request body. The response includes a list of timestamped exports, each with details such as id, creation and update timestamps, state, file URL, and associated template information. Pagination details are also provided in the response to navigate through the list of exports.Input Fields
: Input FieldsOutput Fields
: Output Fields
Retrieve User Activities
ID
: get_user_activitiesOperation
: readEntities
: applicant, activity, userSummary
: This API endpoint retrieves all activities of a specific user. It requires the user ID as a path parameter and allows filtering by date range and activity type through query parameters. The maximum date range allowed is one month. The response includes a list of activities with details such as activity type, owner ID, applicant ID, and timestamps. The endpoint supports pagination with 'per_page' and 'page' query parameters.Input Fields
: Input FieldsOutput Fields
: Output Fields
Get User Opening Access
ID
: get_user_opening_accessOperation
: readEntities
: workflow permission, funnel permission, userSummary
: The Get User Opening Access API retrieves the access permissions for a specific user identified by the user_id path parameter. The API returns details about the user's funnel permissions, workflow permissions, and whether the user is a funnels admin. The request requires the user_id as a path parameter and accepts an optional 'accept' header to specify the response format. The response includes arrays of funnel and workflow permissions, each with specific IDs and access details, and a boolean indicating if the user has admin access to funnels.Input Fields
: Input FieldsOutput Fields
: