- Subcategories:
- Award Attachments
- Award Budget Periods
- Award CFDAs
- Award Certifications
- Award Department Credits
- Award Descriptive Flexfields
- Award Errors
- Award Funding Sources
- Award Fundings
- Award Keywords
- Award Personnel
- Award Projects
- Award References
- Award Terms
Awards REST Endpoints
Awards
The Awards resource is used to create, update, view, and delete awards. After creating an award in Draft status using the POST method, submit it for approval or activate it using the PATCH method. Also, update and retrieve award child resources such as award funding, award project, and a list of personnel such as principal investigator. Additionally, use the validate service to ensure that the award is correctly created. At least one project should be associated and all the associated projects must be active for the validation to succeed.
- Create an award
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/awards
- Get all awards
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards
- Get an award
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}
- Update an award
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}
- Update dates and budget periods for an award.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/awards/action/updateAwardDates