Job

Action

HTTP Verb

URI

Create

POST

/job

Update

PUT

/job/<rowid>

Find by ID

GET

/job/<rowid>

Find All

GET

/job

Find by Filter

GET

/job?<filter>

Delete

DELETE

/job/<rowid>

Count

GET

/job/count

Schema: Job

Last updated