{ "opencollection": "1.0.0", "info": { "name": "Helpcenter AccountTimeEntry API", "version": "1.0.0" }, "items": [ { "info": { "name": "AccountTimeEntry", "type": "folder" }, "items": [ { "info": { "name": "List Account Time Entries", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accounts/:accountId/timeEntry", "params": [ { "name": "include", "value": "", "type": "query", "description": "Secondary information related to the time entry. Value supported is owner" }, { "name": "module", "value": "", "type": "query", "description": "Module Preference. It can be either tickets tasks" }, { "name": "departmentId", "value": "", "type": "query", "description": "ID of the department" }, { "name": "createdTimeRange", "value": "", "type": "query", "description": "Key that filters time entries created in a particular period of time. Enter the from and to dates in the ISO date format of yyyy-MM-ddThh:mm:ss.SSSZ; for example, createdTimeRange=2017-11-05T00:00:00.000Z,2018-09-05T23:59:00.000Z." }, { "name": "limit", "value": "", "type": "query", "description": "Number of time entries to fetch" }, { "name": "billStatus", "value": "", "type": "query", "description": "Key that filters time entries, based on their billing status: @nonBillable@ , @billable@ or @billed@" }, { "name": "orderBy", "value": "", "type": "query", "description": "Key that sorts the time entries in ascending or descending order, based on the @executedTime attribute. Values allowed are @ASC@ (default) and @DESC@" }, { "name": "from", "value": "", "type": "query", "description": "Index number, starting from which the time entries must be fetched" }, { "name": "modifiedTimeRange", "value": "", "type": "query", "description": "Key that filters time entries whose details were modified in a particular period of time. Enter the from and to dates in the ISO date format of yyyy-MM-ddThh:mm:ss.SSSZ; for example, modifiedTimeRange=2017-11-05T00:00:00.000Z,2018-09-05T23:59:00.000Z." }, { "name": "accountId", "value": "", "type": "path", "description": "ID of the account" } ] }, "docs": "This API lists time entries recorded for a ticket or task related to an account." }, { "info": { "name": "Get summation of Account Time Entries", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accounts/:accountId/timeEntrySummation", "params": [ { "name": "module", "value": "", "type": "query", "description": "Module Preference. It can be either tickets tasks" }, { "name": "departmentId", "value": "", "type": "query", "description": "ID of the department" }, { "name": "billStatus", "value": "", "type": "query", "description": "Key that filters time entries, based on their billing status: @nonBillable@ , @billable@ or @billed@" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of the account" } ] }, "docs": "This API fetches summation of time entries for an account from your help desk" } ] } ], "bundled": true }