Skip to content

comma separated parameter lists: allowed in POST request format? #2

Description

@kaestli

While table 1 of the specification says that comma-separated lists are possible for network, station, location, and channel parameters, it says for the POST format that "channel constraints parameters repeated as many times as necessary".

  • with the pattern
    NET STA LOC CHA STARTTIME ENDTIME

with that wording it seems not exactly clear whether
network=CH&station=LLS,DAVOX&starttime=2010-01-01T00:00:00&endtime=2020-01-01T00:00:00

is allowed to translate, in POST, to
CH LLS,DAVOX * * 2010-01-01T00:00:00 2020-01-01T00:00:00

, or whether the post request should be

CH LLS * * 2010-01-01T00:00:00 2020-01-01T00:00:00
CH DAVOX * * 2010-01-01T00:00:00 2020-01-01T00:00:00

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions