Retrieves all the job approvals

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

job_approval
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

jobs_id

Foreign key of jobs

globally unique identifier

Required

user_id

Foreign key, user that makes the approval

globally unique identifier

Required

ready_for_multi_approval

Inform if this is a temp approval prepared for a future approval with the customer (multi approval)

boolean
is_daily_approval

Intermediate approval of full approval

boolean
contact_id

Foreign key of contact, that signed the approval

globally unique identifier
contact_name

Contact fullname that sign the approval if not already exists

string

Max length: 255

customer_remarks

Remarks of the customer during the approval

string

Max length: 4000

date_generated

Local Date+Time of the approval generation

date
additional_email

Additional emails that should receive the approval pdf

string

Max length: 4000

is_signed

Inform if a signature is available (cf db_signature)

boolean
job_status_id

Job Status that will be used to alter the jobs (WaitingFurtherAction,Completed)

globally unique identifier
rating

Rating (0,5) the quality of the jobs

integer
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "013b77d4-2dbf-4450-b5cb-e9a6a00c386f",
  "jobs_id": "1d5eaf9a-39dd-4818-bd4e-6cd516d418cf",
  "user_id": "b565c85d-3981-4d63-9729-fc41bc7c845c",
  "ready_for_multi_approval": true,
  "is_daily_approval": true,
  "contact_id": "f69ff012-4acf-4bd7-9437-a35daecf9924",
  "contact_name": "sample string 7",
  "customer_remarks": "sample string 8",
  "date_generated": "2025-10-05T08:26:48.9332594+00:00",
  "additional_email": "sample string 10",
  "is_signed": true,
  "job_status_id": "ee45a926-6bee-4a0a-96a1-9ffa8d2e0c13",
  "rating": 13,
  "modified_dateutc": "2025-10-05T08:26:48.9332594+00:00"
}