AI
AX Semantics
AX Semantics modules
6min
after connecting to the ax semantics app, you can use the following modules to build your {{scenario plural lowercase}} triggers watch generated content triggers when new content is generated field description webhook name enter a name for the webhook connection ax semantics docid 5x skwtfdqr7 cyfa78f7 see the ax semantics docid 5x skwtfdqr7 cyfa78f7 to add webhooks in your ax semantics account actions add a document uploads your data field description connection ax semantics docid 5x skwtfdqr7 cyfa78f7 collection id select or map the collection id of the document document data enter (map) the document data in the json format to publish the content in your collection you can provide either a name and/or uid parameters that help to find your document easily update a document updates an existing document field description connection ax semantics docid 5x skwtfdqr7 cyfa78f7 collection id select or map the collection id of the document which you want to update document id select or map the document id whose details you want to update document data enter (map) the document data in the json format to publish the content in your collection you can provide either a name and/or uid parameters that help to find your document easily get details of a document shows details of a document field description connection ax semantics docid 5x skwtfdqr7 cyfa78f7 collection id select or map the collection id whose document details you want to retrieve document id select or map the document id whose details you want to retrieve delete a document deletes a document field description connection ax semantics docid 5x skwtfdqr7 cyfa78f7 collection id select or map the collection id whose document you want to delete document id select or map the document id you want to delete make an api call performs an arbitrary authorized api call field description connection ax semantics docid 5x skwtfdqr7 cyfa78f7 url enter a path relative to https //api ax semantics com for example /v3/documents/ for the list of available endpoints, refer to the ax semantics api documentation https //developers ax semantics com/ method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we already did that for you query string enter the request query string body enter the body content for your api call example of use list collections the following api call returns all the collections from your ax semantics account url /v3/collections/ method get matches of the search can be found in the module's output under bundle > body > results in our example, 104 collections were returned searches search documents search documents by given criteria field description connection ax semantics docid 5x skwtfdqr7 cyfa78f7 collection id select or map the collection id whose documents you want to search processing state select or map the document processing status generated requested delivered none ordering select or map the order to arrange the documents newest changes first oldest changes first modified before enter (map) the date to search the documents that were modified on or before the specified date modified since enter (map) the date to search the documents that were modified on or after the specified date limit set the maximum number of results {{product name}} should return during one execution cycle