POST api/PeriodScore/AverageScore?projectId={projectId}&jobIssueId={jobIssueId}&ownerId={ownerId}
Get average score based on job performance issue id and score owner id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
|
| jobIssueId | integer |
Required |
|
| ownerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Get average score based on job performance issue id and score owner id
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.