Using GET composition/clips/by-id/{id-number}, gets it correctly, but if I put the same number using GET parameter/by-id/{parameter-id} I get:
The requested resource '/api/v1/parameter/by-id/{parameter-id}' was not found on this server.
what am I doing wrong? I guess maybe clip isn't a parameter, but any id number of any parameter I'm trying give me the same "not found" error.
(Also PUT, and any other parameter for that matter)
GET by parameter id gets nothing
Re: GET by parameter id gets nothing
Clip by id is the whole clip, param by id is a single param.
Try to get a clip by position,
You'll see some Scale params in it,
They all have an ID like this: That's the ID you can use for the parameter by id get/put
Try to get a clip by position,
You'll see some Scale params in it,
They all have an ID like this: That's the ID you can use for the parameter by id get/put
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: GET by parameter id gets nothing
Thanks alot for trying to help and resolve my issue, I thought that's what it is but still the get parameter doesn't
Can't figure out if I'm still doing anything wrong.