{ "opencollection": "1.0.0", "info": { "name": "Accounting subpackage_articles API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_articles", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://api.merge.dev/api/knowledgebase/v1/articles", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Account-Token", "value": "" } ], "params": [ { "name": "created_after", "value": "", "type": "query", "description": "If provided, will only return objects created after this datetime." }, { "name": "created_before", "value": "", "type": "query", "description": "If provided, will only return objects created before this datetime." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." }, { "name": "expand", "value": "", "type": "query", "description": "Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces." }, { "name": "include_deleted_data", "value": "", "type": "query", "description": "Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)." }, { "name": "include_remote_data", "value": "", "type": "query", "description": "Whether to include the original data Merge fetched from the third-party to produce these models." }, { "name": "include_shell_data", "value": "", "type": "query", "description": "Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null)." }, { "name": "modified_after", "value": "", "type": "query", "description": "If provided, only objects synced by Merge after this date time will be returned." }, { "name": "modified_before", "value": "", "type": "query", "description": "If provided, only objects synced by Merge before this date time will be returned." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page. The maximum limit is 100." }, { "name": "parent_article_id", "value": "", "type": "query", "description": "If provided, will only return sub articles of the parent_article_id." }, { "name": "parent_container_id", "value": "", "type": "query", "description": "If provided, will only return sub articles of the parent_container_id." }, { "name": "remote_id", "value": "", "type": "query", "description": "The API provider's ID for the given object." }, { "name": "root_container_id", "value": "", "type": "query", "description": "If provided, will only return sub articles of the root_container_id." }, { "name": "status", "value": "", "type": "query", "description": "If provided, will only return articles of the given status; multiple statuses can be separated by commas." }, { "name": "type", "value": "", "type": "query", "description": "If provided, will only return articles of the given type." } ] }, "docs": "Returns a list of `Article` objects." }, { "info": { "name": "Retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.merge.dev/api/knowledgebase/v1/articles/:id", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Account-Token", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces." }, { "name": "include_remote_data", "value": "", "type": "query", "description": "Whether to include the original data Merge fetched from the third-party to produce these models." }, { "name": "include_shell_data", "value": "", "type": "query", "description": "Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null)." } ] }, "docs": "Returns an `Article` object with the given `id`." } ] } ], "bundled": true }