Skip to content

Commit c847fa4

Browse files
Merge pull request #310 from AmericaSCORESBayArea/teamseason-by-teamname
TeamSeasons: Retrieve `TeamSeasonId` based on `TeamName`
2 parents 946f1ec + 0049eff commit c847fa4

File tree

3 files changed

+230
-136
lines changed

3 files changed

+230
-136
lines changed

docs/Scores - Salesforce Data API.postman_collection.json

+38
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,44 @@
209209
},
210210
"response": []
211211
},
212+
{
213+
"name": "/teamSeasons/searchByTeamName",
214+
"request": {
215+
"method": "GET",
216+
"header": [
217+
{
218+
"key": "client_id",
219+
"value": "{{sandbox_client_id}}"
220+
},
221+
{
222+
"key": "client_secret",
223+
"value": "{{sandbox_client_secret}}"
224+
},
225+
{
226+
"key": "",
227+
"value": "",
228+
"disabled": true
229+
}
230+
],
231+
"url": {
232+
"raw": "{{base_url}}/teamSeasons/searchByTeamName?teamName=Hall",
233+
"host": [
234+
"{{base_url}}"
235+
],
236+
"path": [
237+
"teamSeasons",
238+
"searchByTeamName"
239+
],
240+
"query": [
241+
{
242+
"key": "teamName",
243+
"value": "Hall"
244+
}
245+
]
246+
}
247+
},
248+
"response": []
249+
},
212250
{
213251
"name": "/teamSeasons (not implemented)",
214252
"request": {

0 commit comments

Comments
 (0)