Skip to content
Leadtime
English
Esc
navigateopen⌘Jpreview

List objects assigned to a project

Returns objects whose current projectId matches this project. Object visibility rules still apply.

GET/projects/{id}/objects
Authorization
AuthorizationOAuth2 access token · headerrequired
Scopes:api:read
or
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idstringrequired
Query parameters
pagenumber
min 1 · default: 1
pageSizenumber
min 1 · max 200 · default: 50
Responses
200
401Unauthorized - Invalid or missing authentication token
403Forbidden - Insufficient API scopes or permissions
Request
curl -X GET "https://leadtime.app/api/public/projects/string/objects" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response
No example response.