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": "609d8ced-b69e-460a-a986-c1e7eaa6a995",
  "jobs_id": "cbbf7b2d-498e-4da2-aec3-bc25f8419da6",
  "user_id": "c204bd54-2b66-496e-b08a-82c77a5c03d9",
  "ready_for_multi_approval": true,
  "is_daily_approval": true,
  "contact_id": "c64d5456-37e3-43c6-8ec5-dd2b5a2dba21",
  "contact_name": "sample string 7",
  "customer_remarks": "sample string 8",
  "date_generated": "2025-06-26T11:25:41.1571446+00:00",
  "additional_email": "sample string 10",
  "is_signed": true,
  "job_status_id": "d9b28d66-52de-4616-9883-0b8825162e4b",
  "rating": 13,
  "modified_dateutc": "2025-06-26T11:25:41.1571446+00:00"
}