GET
/
api
/
v3
/
timmitimesheets
/
remindable
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/api/v3/timmitimesheets/remindable
{
  "data": {
    "items": [
      {
        "id": 10959,
        "name": "45 - avril 2024 - Approved",
        "ownerId": 45,
        "owner": {
          "id": 45,
          "name": "Noël Flantier",
          "url": "https://demotimmi7.ilucca-test.net/api/v3/timesheetusers/45"
        },
        "startsOn": "2024-04-29T00:00:00",
        "endsOn": "2024-05-06T00:00:00",
        "statuteId": 4,
        "expectedNextActorId": null,
        "expectedNextActor": null,
        "status": 2,
        "timeEntries": [
          {
            "id": 551915,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551915"
          },
          {
            "id": 551916,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551916"
          },
          {
            "id": 551917,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551917"
          },
          {
            "id": 551918,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551918"
          },
          {
            "id": 551919,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551919"
          },
          {
            "id": 551920,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551920"
          },
          {
            "id": 551921,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551921"
          },
          {
            "id": 551922,
            "name": "",
            "url": "https://demotimmi7.ilucca-test.net/api/v3/timeentries/551922"
          }
        ]
      }
    ]
  }
}

Query Parameters

ownerIds
integer[]

List unique identifier of owners.

List unique identifier of owners' legal establishments.

managerIds
integer[]

List unique identifier of owners' managers.

start
string

Prevent older timesheets to be returned.

end
string

Prevent earlier timesheets to be returned (date excluded). Defaults to today when not sent.

Response

200
application/json
OK
data
object

Was this page helpful?