Skip to content

Commit

Permalink
Merge pull request #310 from AmericaSCORESBayArea/teamseason-by-teamname
Browse files Browse the repository at this point in the history
TeamSeasons: Retrieve `TeamSeasonId` based on `TeamName`
  • Loading branch information
AleksandrMolchagin authored Dec 17, 2024
2 parents 946f1ec + 0049eff commit c847fa4
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 136 deletions.
38 changes: 38 additions & 0 deletions docs/Scores - Salesforce Data API.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,44 @@
},
"response": []
},
{
"name": "/teamSeasons/searchByTeamName",
"request": {
"method": "GET",
"header": [
{
"key": "client_id",
"value": "{{sandbox_client_id}}"
},
{
"key": "client_secret",
"value": "{{sandbox_client_secret}}"
},
{
"key": "",
"value": "",
"disabled": true
}
],
"url": {
"raw": "{{base_url}}/teamSeasons/searchByTeamName?teamName=Hall",
"host": [
"{{base_url}}"
],
"path": [
"teamSeasons",
"searchByTeamName"
],
"query": [
{
"key": "teamName",
"value": "Hall"
}
]
}
},
"response": []
},
{
"name": "/teamSeasons (not implemented)",
"request": {
Expand Down
Loading

0 comments on commit c847fa4

Please sign in to comment.