/
VS
vslcloud
/
Infinity API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
Account
3
Database
1
Entity
47
get
Gets all companies
get
Gets a company
put
Updates a company
post
Creates a new company
get
Gets project codes for a single company
get
Gets a location
put
Updates a location
post
Creates a new location
get
Gets all contacts
get
Gets a contact
put
Updates a contact
post
Creates a new contact
get
Gets all active consultants
get
Gets all jobs
get
Gets a job
get
Gets job rates for a single temp job
get
Gets job shifts for a single temp job
post
Creates a temp job
post
Creates an item in the ICapture candidate queue
get
Gets all candidates
get
Gets a candidate
put
Updates a candidate
post
Creates a new candidate
get
Gets availability dates for a single temp candidate
post
Creates availability dates for a single temp candidate
delete
Deletes a single availability date from a temp candidate
patch
Updates a single availability date on a temp candidate
get
Gets all placements
get
Gets a placement
get
Gets an Attachment
post
Adds a file attachment to an existing candidate
get
Gets all CVs for a candidate
get
Gets a CV
post
Adds a CV file to an existing candidate
get
Gets a CV in binary format to download
post
Creates an event against the given candidate id.
post
Creates an event against the given contact id.
get
Gets all Attachments for a candidate
get
Gets an Attachment in binary format to download
get
Gets all Referees/ICE Contacts for a candidate
get
Gets a Referee/ICE Contact
post
Adds a referee to an existing candidate
post
Adds a file attachment to an existing referee
get
Gets a Lead
post
Adds a new Lead
get
Gets all leads
get
Gets all umbrella companies
Reference
49
Entity
Gets project codes for a single company
get
/Entity/CompanyProjectCodes
Query parameters
id
integer
required
Company Id to return
Response
OK
ProjectCodeResult[]
required
Id
integer
required
Name
string
required
Description
string
required
Changes