| Required role: | Admin |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | query | int? | No | |
| IdGreaterThanOrEqualTo | query | int? | No | |
| IdGreaterThan | query | int? | No | |
| IdLessThan | query | int? | No | |
| IdLessThanOrEqualTo | query | int? | No | |
| IdNotEqualTo | query | int? | No | |
| IdBetween | query | int[] | No | |
| IdIn | query | int[] | No | |
| ProduzioneMovimentoId | query | int? | No | |
| ProduzioneMovimentoIdGreaterThanOrEqualTo | query | int? | No | |
| ProduzioneMovimentoIdGreaterThan | query | int? | No | |
| ProduzioneMovimentoIdLessThan | query | int? | No | |
| ProduzioneMovimentoIdLessThanOrEqualTo | query | int? | No | |
| ProduzioneMovimentoIdNotEqualTo | query | int? | No | |
| ProduzioneMovimentoIdBetween | query | int[] | No | |
| ProduzioneMovimentoIdIn | query | int[] | No | |
| PassoId | query | int? | No | |
| PassoIdGreaterThanOrEqualTo | query | int? | No | |
| PassoIdGreaterThan | query | int? | No | |
| PassoIdLessThan | query | int? | No | |
| PassoIdLessThanOrEqualTo | query | int? | No | |
| PassoIdNotEqualTo | query | int? | No | |
| PassoIdBetween | query | int[] | No | |
| PassoIdIn | query | int[] | No | |
| Descrizione | query | string | No | |
| DescrizioneStartsWith | query | string | No | |
| DescrizioneEndsWith | query | string | No | |
| DescrizioneContains | query | string | No | |
| DescrizioneLike | query | string | No | |
| DescrizioneBetween | query | string[] | No | |
| DescrizioneIn | query | string[] | No | |
| IsPassato | query | bool? | No | |
| Risultato | query | int? | No | |
| RisultatoGreaterThanOrEqualTo | query | int? | No | |
| RisultatoGreaterThan | query | int? | No | |
| RisultatoLessThan | query | int? | No | |
| RisultatoLessThanOrEqualTo | query | int? | No | |
| RisultatoNotEqualTo | query | int? | No | |
| RisultatoBetween | query | int[] | No | |
| RisultatoIn | query | int[] | No | |
| Dettagli | query | string | No | |
| DettagliStartsWith | query | string | No | |
| DettagliEndsWith | query | string | No | |
| DettagliContains | query | string | No | |
| DettagliLike | query | string | No | |
| DettagliBetween | query | string[] | No | |
| DettagliIn | query | string[] | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Skip | form | int? | No | |
| Take | form | int? | No | |
| OrderBy | form | string | No | |
| OrderByDesc | form | string | No | |
| Include | form | string | No | |
| Fields | form | string | No | |
| Meta | form | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| ProduzioneMovimentoId | form | int | No | |
| PassoId | form | int | No | |
| Descrizione | form | string | No | |
| IsPassato | form | bool | No | |
| Risultato | form | int | No | |
| Dettagli | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Offset | form | int | No | |
| Total | form | int | No | |
| Results | form | List<T> | No | |
| Meta | form | Dictionary<string, string> | No | |
| ResponseStatus | form | ResponseStatus | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/ProduzioneCollaudoDettQuery HTTP/1.1
Host: gemma.api.kerberos.energy
Accept: application/json
Content-Type: application/json
Content-Length: length
{"id":0,"idGreaterThanOrEqualTo":0,"idGreaterThan":0,"idLessThan":0,"idLessThanOrEqualTo":0,"idNotEqualTo":0,"idBetween":[0],"idIn":[0],"produzioneMovimentoId":0,"produzioneMovimentoIdGreaterThanOrEqualTo":0,"produzioneMovimentoIdGreaterThan":0,"produzioneMovimentoIdLessThan":0,"produzioneMovimentoIdLessThanOrEqualTo":0,"produzioneMovimentoIdNotEqualTo":0,"produzioneMovimentoIdBetween":[0],"produzioneMovimentoIdIn":[0],"passoId":0,"passoIdGreaterThanOrEqualTo":0,"passoIdGreaterThan":0,"passoIdLessThan":0,"passoIdLessThanOrEqualTo":0,"passoIdNotEqualTo":0,"passoIdBetween":[0],"passoIdIn":[0],"descrizione":"String","descrizioneStartsWith":"String","descrizioneEndsWith":"String","descrizioneContains":"String","descrizioneLike":"String","descrizioneBetween":["String"],"descrizioneIn":["String"],"isPassato":false,"risultato":0,"risultatoGreaterThanOrEqualTo":0,"risultatoGreaterThan":0,"risultatoLessThan":0,"risultatoLessThanOrEqualTo":0,"risultatoNotEqualTo":0,"risultatoBetween":[0],"risultatoIn":[0],"dettagli":"String","dettagliStartsWith":"String","dettagliEndsWith":"String","dettagliContains":"String","dettagliLike":"String","dettagliBetween":["String"],"dettagliIn":["String"],"skip":0,"take":0,"orderBy":"String","orderByDesc":"String","include":"String","fields":"String","meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"offset":0,"total":0,"results":[{"id":0,"produzioneMovimentoId":0,"passoId":0,"descrizione":"String","isPassato":false,"risultato":0,"dettagli":"String"}],"meta":{"String":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}