v1
latestOpenAPI 3.0.02026-08-066425196.1 KBContributions
Get contribution data by target object id directly from the database.
Get contribution data by target object id directly from the database. Returns a JSON result.
get/contributions/targetObjectId/{targetObjectId}
Path parameters
targetObjectIdinteger required
Contribution's target objects's unique identifier which maps to the targetObjectId field in the MySQL database
Query parameters
statusstring
Contribution's status which maps to the status field in the MySQL database
contributionTypestring
Contribution type which maps to the contributionType field in the MySQL database
targetPageNuminteger
Contribution's target page number which maps to the targetPageNum field in the MySQL database
Response
A body of response data containing contribution data from the database if any were found.