Skip to content

Commit a3c8aa0

Browse files
ibtyogdawidlinek
authored andcommitted
feat:add chained parameters example
1 parent 7d3a3b0 commit a3c8aa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/projects/Eventownik/Standaryzacja API.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ description: Standardy wykorzystane w Eventownik V3
6363
- ?select=<column>
6464
- ?select=<column1>,…,<columnN>
6565

66+
### Przykład wykorzystania parametrów
67+
68+
Endpoint: `api.eventownik.pl/v1/internal/events/:eventId/participants?page=1&perPage=20&sort[name]=asc&filter[name][like]=Jakub`
69+
6670
## Autoryzacja
6771

6872
- tworząc plik cookie z tokenem, powinien nazywać się "Authorization" oraz mieć przypisaną wartość "Bearer <token>",

0 commit comments

Comments
 (0)