Task #27351
Change default order of parameters for the parameterized URL
| Status: | Closed | Start date: | 2011-06-10 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Xavier Perseguers | % Done: | 100% |
|
| Category: | General | |||
| Target version: | 1.3.0 | |||
| Votes: | 0 |
Description
Currently the parameters in the paramterized URL is as follows:
- language=fr
community=10-00- organization=02196
- service=00718
- version=12592
- blocks=1-13
In order to be similar to the old API, we suggest to use following order instead:
- service=00718
- language=fr
community=10-00- organization=02196
- version=12592
- blocks=1-13
Related issues
| related to eGov API - Task #27380: Do not include community parameter in generated URL | Closed | 2011-06-12 |
History
Updated by Xavier Perseguers about 2 years ago
To make it clear: this is absolutely not a breaking change as the order of parameters has absolutely no meaning but it could help streamline the way user/integrator documentation is being kept valid.
Updated by Xavier Perseguers about 2 years ago
Question: the old API did not need the "community" (back then named eCHcommunityId) parameter as it could be derived from the organization. Is it OK to remove it?
Answer: YES, it should be removed, see related issue #27380.
Updated by Xavier Perseguers about 2 years ago
- Target version set to 1.3.0
Updated by Jean-Baptiste Hemmer about 2 years ago
organization=02196
service=00718
version=12592
blocks=1-13
language=fr
Updated by Xavier Perseguers about 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Committed to trunk (rev. 48721).
Updated by Xavier Perseguers almost 2 years ago
- Status changed from Resolved to Closed