Get the Job Architecture benchmark report
Get your Job Architecture Benchmark containing the Jobs and how they compare to the ones in their peer groups. This report generates a zip file containing the following files:
dim_peer_group.csv
: A list of all Jobs in the system, containing external IDs and the ID of the peer group.fact_peer_group_property.csv
: Currently unused.dim_job.csv
: A list of all Jobs present in the system, containing their external IDs, Job titles and Custom Properties provided injob_columns
.fact_job_property.csv
: A list of Custom Property mappings containing external IDs of the Job, Custom Property name and Custom Property value for all Custom Properties provided injob_properties
.dim_skill.csv
: A list of all Skills referred to in the files above containing the external IDs, the name and the description.fact_match_skill.csv
: Contains the match score for every Skill for all peer group - Job pairs.fact_match.csv
: Contains the match score of all peer group - Job pairs.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Reports are always stored for a certain time, and if this endpoint is called again within that time, the stored report is returned without recalculating. If force_recalculate
is set to true
, the report is recalculated and the stored report is overwritten.
Body
The Custom Property columns that will be included in the dim_job.csv
file.
The Custom Properties that will be included in the fact_job_property.csv
file.
The Custom Property columns that will be included in the dim_peer_group.csv
file. Currently has no effect!
The Custom Properties that will be included in the fact_peer_group_property.csv
file. Currently has no effect!
Response
The response is of type file
.
Was this page helpful?