Added org parameter to allow client to specify the target organization

in item listing (in VO and ROOT) and retrieve such a parameter in the
service refs #17635
This commit is contained in:
Luca Frosini 2019-09-27 17:30:51 +02:00
parent f8fdf61edd
commit 91b18d2bce
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ public class GCatConstants {
public static final String APPLICATION_JSON_CHARSET_UTF_8 = "application/json;charset=UTF-8";
public static final String LIMIT_PARAMETER = "limit";
public static final String OFFSET_PARAMETER = "offset";
public static final String ORGANIZATION_PARAMETER = "org";
public static final String SOCIAL_POST_PARAMETER = "social_post";