FIND ObjectsCopy Pagepost https://api.timeedit.net/v1/objects/findBody ParamsFind ObjectsidFormatstringenumDefaults to INTERNAL if not set. Setting idFormat to EXTERNAL changes the behaviour of the request and response. For the request the id parameter must be a string external id when referencing: object field type reservationMode For the response the above list of items (if present) will be referenced by external id instead of internal. Values that change from integer to string when changing idFormat are shown as either integer or string in the documentation. This is true both for the request and the response.INTERNALEXTERNALAllowed:INTERNALEXTERNALtypeIdintegerstringThe object type id to list objects for. Internal id assumes you use INTERNAL as idFormatsortstringenum ASCID and DESCID sort on internal id. ASCID is the default sort order. ASCMOD and DESCMOD sort objects on last modified date and time. If ASCFIELD or DESCFIELD is used sortFieldId must also be specified. This sort is the slowest type of sort. ASCIDDESCIDASCMODDESCMODASCFIELDDESCFIELDAllowed:ASCIDDESCIDASCMODDESCMODASCFIELDDESCFIELDsortFieldIdintegerstringIf sort is set to ASCFIELD or DESCFIELD then this must refer to the sortable field to be used for sorting. Internal id assumes you use INTERNAL as idFormatfieldsobjectFilter objects on field values.fields objectvirtualbooleanBy default both virtual and non-virtual objects are listed. Use this option to only show one or the otherfalsetruefalseabstractbooleanBy default both abstract and non-abstract objects are listed. Use this option to only show one or the otherfalsetruefalseactivebooleanBy default both active and inactive objects are listed. Use this option to only show one or the othertruetruefalseobjectStatusstringenumREADRESERVEPLANAllowed:READRESERVEPLANmodifiedobjectFilter objects based on last modified date and timemodified objectincludeReferenceFieldsbooleanBy default reference fields are not included in the result since they are generated from other fields. They can be useful when listing objects though.falsetruefalseidsarray of int64sList of object ids to get, these are always returned in the response even if they do not match other query parametersidsADD int64extIdsarray of stringsList of object extIds to get, these are always returned in the response even if they do not match other query parametersextIdsADD stringexcludeIdsarray of int64sObjects to be excluded from the result.excludeIdsADD int64excludeExtIdsarray of stringsObjects to be excluded from the result.excludeExtIdsADD stringpageint64Used for paginating through the result. Page 1 is the first page.limitint64Number of objects per page in the paginated result.Responses 200Successful operation 400Bad request 403Forbidden 404Not foundUpdated about 1 year ago