| ... |
... |
@@ -36,7 +36,7 @@ GET /data/ps/common/GearUseFeaturesMeasurement api.D |
|
36
|
36
|
GET /data/ps/common/Trip api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ps.common.TripDto
|
|
37
|
37
|
POST /data/ps/common/Trip api.DataEntityServiceRestApi.create dtoType=fr.ird.observe.dto.data.ps.common.TripDto
|
|
38
|
38
|
PUT /data/ps/common/Trip?id={} api.DataEntityServiceRestApi.update dtoType=fr.ird.observe.dto.data.ps.common.TripDto
|
|
39
|
|
-DELETE /data/ps/common/Trip api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ps.common.TripDto
|
|
|
39
|
+DELETE /data/ps/common/Trip?id={} api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ps.common.TripDto
|
|
40
|
40
|
|
|
41
|
41
|
# Data : fr.ird.observe.entities.data.ps.observation.Activity
|
|
42
|
42
|
GET /data/ps/observation/Activity api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ps.observation.ActivityDto
|
| ... |
... |
@@ -141,7 +141,7 @@ GET /data/ll/common/GearUseFeaturesMeasurement api.D |
|
141
|
141
|
GET /data/ll/common/Trip api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ll.common.TripDto
|
|
142
|
142
|
POST /data/ll/common/Trip api.DataEntityServiceRestApi.create dtoType=fr.ird.observe.dto.data.ll.common.TripDto
|
|
143
|
143
|
PUT /data/ll/common/Trip?id={} api.DataEntityServiceRestApi.update dtoType=fr.ird.observe.dto.data.ll.common.TripDto
|
|
144
|
|
-DELETE /data/ll/common/Trip api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ll.common.TripDto
|
|
|
144
|
+DELETE /data/ll/common/Trip?id={} api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ll.common.TripDto
|
|
145
|
145
|
|
|
146
|
146
|
# Data : fr.ird.observe.entities.data.ll.observation.Activity
|
|
147
|
147
|
GET /data/ll/observation/Activity api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ll.observation.ActivityDto
|
| ... |
... |
@@ -235,138 +235,165 @@ GET /referential/common/common api.R |
|
235
|
235
|
|
|
236
|
236
|
# Referential : fr.ird.observe.entities.referential.common.Country
|
|
237
|
237
|
GET /referential/common/Country api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.CountryDto
|
|
238
|
|
-PUT /referential/common/Country?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.CountryDto
|
|
239
|
|
-POST /referential/common/Country api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.CountryDto
|
|
|
238
|
+POST /referential/common/Country api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.CountryDto
|
|
|
239
|
+PUT /referential/common/Country?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.CountryDto
|
|
|
240
|
+DELETE /referential/common/Country?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.CountryDto
|
|
240
|
241
|
|
|
241
|
242
|
# Referential : fr.ird.observe.entities.referential.common.DataQuality
|
|
242
|
243
|
GET /referential/common/DataQuality api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.DataQualityDto
|
|
243
|
|
-PUT /referential/common/DataQuality?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.DataQualityDto
|
|
244
|
|
-POST /referential/common/DataQuality api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.DataQualityDto
|
|
|
244
|
+POST /referential/common/DataQuality api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.DataQualityDto
|
|
|
245
|
+PUT /referential/common/DataQuality?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.DataQualityDto
|
|
|
246
|
+DELETE /referential/common/DataQuality?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.DataQualityDto
|
|
245
|
247
|
|
|
246
|
248
|
# Referential : fr.ird.observe.entities.referential.common.FpaZone
|
|
247
|
249
|
GET /referential/common/FpaZone api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto
|
|
248
|
|
-PUT /referential/common/FpaZone?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto
|
|
249
|
|
-POST /referential/common/FpaZone api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto
|
|
|
250
|
+POST /referential/common/FpaZone api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto
|
|
|
251
|
+PUT /referential/common/FpaZone?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto
|
|
|
252
|
+DELETE /referential/common/FpaZone?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto
|
|
250
|
253
|
|
|
251
|
254
|
# Referential : fr.ird.observe.entities.referential.common.Gear
|
|
252
|
255
|
GET /referential/common/Gear api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.GearDto
|
|
253
|
|
-PUT /referential/common/Gear?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearDto
|
|
254
|
|
-POST /referential/common/Gear api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearDto
|
|
|
256
|
+POST /referential/common/Gear api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearDto
|
|
|
257
|
+PUT /referential/common/Gear?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearDto
|
|
|
258
|
+DELETE /referential/common/Gear?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.GearDto
|
|
255
|
259
|
|
|
256
|
260
|
# Referential : fr.ird.observe.entities.referential.common.GearCharacteristic
|
|
257
|
261
|
GET /referential/common/GearCharacteristic api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto
|
|
258
|
|
-PUT /referential/common/GearCharacteristic?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto
|
|
259
|
|
-POST /referential/common/GearCharacteristic api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto
|
|
|
262
|
+POST /referential/common/GearCharacteristic api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto
|
|
|
263
|
+PUT /referential/common/GearCharacteristic?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto
|
|
|
264
|
+DELETE /referential/common/GearCharacteristic?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto
|
|
260
|
265
|
|
|
261
|
266
|
# Referential : fr.ird.observe.entities.referential.common.GearCharacteristicType
|
|
262
|
267
|
GET /referential/common/GearCharacteristicType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto
|
|
263
|
|
-PUT /referential/common/GearCharacteristicType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto
|
|
264
|
|
-POST /referential/common/GearCharacteristicType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto
|
|
|
268
|
+POST /referential/common/GearCharacteristicType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto
|
|
|
269
|
+PUT /referential/common/GearCharacteristicType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto
|
|
|
270
|
+DELETE /referential/common/GearCharacteristicType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto
|
|
265
|
271
|
|
|
266
|
272
|
# Referential : fr.ird.observe.entities.referential.common.Harbour
|
|
267
|
273
|
GET /referential/common/Harbour api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.HarbourDto
|
|
268
|
|
-PUT /referential/common/Harbour?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.HarbourDto
|
|
269
|
|
-POST /referential/common/Harbour api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.HarbourDto
|
|
|
274
|
+POST /referential/common/Harbour api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.HarbourDto
|
|
|
275
|
+PUT /referential/common/Harbour?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.HarbourDto
|
|
|
276
|
+DELETE /referential/common/Harbour?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.HarbourDto
|
|
270
|
277
|
|
|
271
|
278
|
# Referential : fr.ird.observe.entities.referential.common.LengthLengthParameter
|
|
272
|
279
|
GET /referential/common/LengthLengthParameter api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto
|
|
273
|
|
-PUT /referential/common/LengthLengthParameter?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto
|
|
274
|
|
-POST /referential/common/LengthLengthParameter api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto
|
|
|
280
|
+POST /referential/common/LengthLengthParameter api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto
|
|
|
281
|
+PUT /referential/common/LengthLengthParameter?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto
|
|
|
282
|
+DELETE /referential/common/LengthLengthParameter?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto
|
|
275
|
283
|
|
|
276
|
284
|
# Referential : fr.ird.observe.entities.referential.common.LengthMeasureMethod
|
|
277
|
285
|
GET /referential/common/LengthMeasureMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto
|
|
278
|
|
-PUT /referential/common/LengthMeasureMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto
|
|
279
|
|
-POST /referential/common/LengthMeasureMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto
|
|
|
286
|
+POST /referential/common/LengthMeasureMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto
|
|
|
287
|
+PUT /referential/common/LengthMeasureMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto
|
|
|
288
|
+DELETE /referential/common/LengthMeasureMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto
|
|
280
|
289
|
|
|
281
|
290
|
# Referential : fr.ird.observe.entities.referential.common.LengthWeightParameter
|
|
282
|
291
|
GET /referential/common/LengthWeightParameter api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto
|
|
283
|
|
-PUT /referential/common/LengthWeightParameter?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto
|
|
284
|
|
-POST /referential/common/LengthWeightParameter api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto
|
|
|
292
|
+POST /referential/common/LengthWeightParameter api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto
|
|
|
293
|
+PUT /referential/common/LengthWeightParameter?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto
|
|
|
294
|
+DELETE /referential/common/LengthWeightParameter?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto
|
|
285
|
295
|
|
|
286
|
296
|
# Referential : fr.ird.observe.entities.referential.common.Ocean
|
|
287
|
297
|
GET /referential/common/Ocean api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.OceanDto
|
|
288
|
|
-PUT /referential/common/Ocean?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OceanDto
|
|
289
|
|
-POST /referential/common/Ocean api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OceanDto
|
|
|
298
|
+POST /referential/common/Ocean api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OceanDto
|
|
|
299
|
+PUT /referential/common/Ocean?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OceanDto
|
|
|
300
|
+DELETE /referential/common/Ocean?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.OceanDto
|
|
290
|
301
|
|
|
291
|
302
|
# Referential : fr.ird.observe.entities.referential.common.Organism
|
|
292
|
303
|
GET /referential/common/Organism api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.OrganismDto
|
|
293
|
|
-PUT /referential/common/Organism?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OrganismDto
|
|
294
|
|
-POST /referential/common/Organism api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OrganismDto
|
|
|
304
|
+POST /referential/common/Organism api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OrganismDto
|
|
|
305
|
+PUT /referential/common/Organism?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OrganismDto
|
|
|
306
|
+DELETE /referential/common/Organism?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.OrganismDto
|
|
295
|
307
|
|
|
296
|
308
|
# Referential : fr.ird.observe.entities.referential.common.Person
|
|
297
|
309
|
GET /referential/common/Person api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.PersonDto
|
|
298
|
|
-PUT /referential/common/Person?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.PersonDto
|
|
299
|
|
-POST /referential/common/Person api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.PersonDto
|
|
|
310
|
+POST /referential/common/Person api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.PersonDto
|
|
|
311
|
+PUT /referential/common/Person?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.PersonDto
|
|
|
312
|
+DELETE /referential/common/Person?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.PersonDto
|
|
300
|
313
|
|
|
301
|
314
|
# Referential : fr.ird.observe.entities.referential.common.Program
|
|
302
|
315
|
GET /referential/common/Program api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.ProgramDto
|
|
303
|
|
-PUT /referential/common/Program?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ProgramDto
|
|
304
|
|
-POST /referential/common/Program api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ProgramDto
|
|
|
316
|
+POST /referential/common/Program api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ProgramDto
|
|
|
317
|
+PUT /referential/common/Program?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ProgramDto
|
|
|
318
|
+DELETE /referential/common/Program?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.ProgramDto
|
|
305
|
319
|
|
|
306
|
320
|
# Referential : fr.ird.observe.entities.referential.common.Sex
|
|
307
|
321
|
GET /referential/common/Sex api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SexDto
|
|
308
|
|
-PUT /referential/common/Sex?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SexDto
|
|
309
|
|
-POST /referential/common/Sex api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SexDto
|
|
|
322
|
+POST /referential/common/Sex api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SexDto
|
|
|
323
|
+PUT /referential/common/Sex?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SexDto
|
|
|
324
|
+DELETE /referential/common/Sex?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SexDto
|
|
310
|
325
|
|
|
311
|
326
|
# Referential : fr.ird.observe.entities.referential.common.ShipOwner
|
|
312
|
327
|
GET /referential/common/ShipOwner api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto
|
|
313
|
|
-PUT /referential/common/ShipOwner?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto
|
|
314
|
|
-POST /referential/common/ShipOwner api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto
|
|
|
328
|
+POST /referential/common/ShipOwner api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto
|
|
|
329
|
+PUT /referential/common/ShipOwner?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto
|
|
|
330
|
+DELETE /referential/common/ShipOwner?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto
|
|
315
|
331
|
|
|
316
|
332
|
# Referential : fr.ird.observe.entities.referential.common.SizeMeasureType
|
|
317
|
333
|
GET /referential/common/SizeMeasureType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto
|
|
318
|
|
-PUT /referential/common/SizeMeasureType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto
|
|
319
|
|
-POST /referential/common/SizeMeasureType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto
|
|
|
334
|
+POST /referential/common/SizeMeasureType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto
|
|
|
335
|
+PUT /referential/common/SizeMeasureType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto
|
|
|
336
|
+DELETE /referential/common/SizeMeasureType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto
|
|
320
|
337
|
|
|
321
|
338
|
# Referential : fr.ird.observe.entities.referential.common.Species
|
|
322
|
339
|
GET /referential/common/Species api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesDto
|
|
323
|
|
-PUT /referential/common/Species?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesDto
|
|
324
|
|
-POST /referential/common/Species api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesDto
|
|
|
340
|
+POST /referential/common/Species api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesDto
|
|
|
341
|
+PUT /referential/common/Species?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesDto
|
|
|
342
|
+DELETE /referential/common/Species?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesDto
|
|
325
|
343
|
|
|
326
|
344
|
# Referential : fr.ird.observe.entities.referential.common.SpeciesGroup
|
|
327
|
345
|
GET /referential/common/SpeciesGroup api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto
|
|
328
|
|
-PUT /referential/common/SpeciesGroup?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto
|
|
329
|
|
-POST /referential/common/SpeciesGroup api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto
|
|
|
346
|
+POST /referential/common/SpeciesGroup api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto
|
|
|
347
|
+PUT /referential/common/SpeciesGroup?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto
|
|
|
348
|
+DELETE /referential/common/SpeciesGroup?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto
|
|
330
|
349
|
|
|
331
|
350
|
# Referential : fr.ird.observe.entities.referential.common.SpeciesGroupReleaseMode
|
|
332
|
351
|
GET /referential/common/SpeciesGroupReleaseMode api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto
|
|
333
|
|
-PUT /referential/common/SpeciesGroupReleaseMode?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto
|
|
334
|
|
-POST /referential/common/SpeciesGroupReleaseMode api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto
|
|
|
352
|
+POST /referential/common/SpeciesGroupReleaseMode api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto
|
|
|
353
|
+PUT /referential/common/SpeciesGroupReleaseMode?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto
|
|
|
354
|
+DELETE /referential/common/SpeciesGroupReleaseMode?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto
|
|
335
|
355
|
|
|
336
|
356
|
# Referential : fr.ird.observe.entities.referential.common.SpeciesList
|
|
337
|
357
|
GET /referential/common/SpeciesList api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto
|
|
338
|
|
-PUT /referential/common/SpeciesList?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto
|
|
339
|
|
-POST /referential/common/SpeciesList api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto
|
|
|
358
|
+POST /referential/common/SpeciesList api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto
|
|
|
359
|
+PUT /referential/common/SpeciesList?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto
|
|
|
360
|
+DELETE /referential/common/SpeciesList?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto
|
|
340
|
361
|
|
|
341
|
362
|
# Referential : fr.ird.observe.entities.referential.common.Vessel
|
|
342
|
363
|
GET /referential/common/Vessel api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.VesselDto
|
|
343
|
|
-PUT /referential/common/Vessel?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselDto
|
|
344
|
|
-POST /referential/common/Vessel api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselDto
|
|
|
364
|
+POST /referential/common/Vessel api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselDto
|
|
|
365
|
+PUT /referential/common/Vessel?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselDto
|
|
|
366
|
+DELETE /referential/common/Vessel?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.VesselDto
|
|
345
|
367
|
|
|
346
|
368
|
# Referential : fr.ird.observe.entities.referential.common.VesselSizeCategory
|
|
347
|
369
|
GET /referential/common/VesselSizeCategory api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto
|
|
348
|
|
-PUT /referential/common/VesselSizeCategory?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto
|
|
349
|
|
-POST /referential/common/VesselSizeCategory api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto
|
|
|
370
|
+POST /referential/common/VesselSizeCategory api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto
|
|
|
371
|
+PUT /referential/common/VesselSizeCategory?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto
|
|
|
372
|
+DELETE /referential/common/VesselSizeCategory?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto
|
|
350
|
373
|
|
|
351
|
374
|
# Referential : fr.ird.observe.entities.referential.common.VesselType
|
|
352
|
375
|
GET /referential/common/VesselType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto
|
|
353
|
|
-PUT /referential/common/VesselType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto
|
|
354
|
|
-POST /referential/common/VesselType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto
|
|
|
376
|
+POST /referential/common/VesselType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto
|
|
|
377
|
+PUT /referential/common/VesselType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto
|
|
|
378
|
+DELETE /referential/common/VesselType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto
|
|
355
|
379
|
|
|
356
|
380
|
# Referential : fr.ird.observe.entities.referential.common.WeightMeasureMethod
|
|
357
|
381
|
GET /referential/common/WeightMeasureMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto
|
|
358
|
|
-PUT /referential/common/WeightMeasureMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto
|
|
359
|
|
-POST /referential/common/WeightMeasureMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto
|
|
|
382
|
+POST /referential/common/WeightMeasureMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto
|
|
|
383
|
+PUT /referential/common/WeightMeasureMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto
|
|
|
384
|
+DELETE /referential/common/WeightMeasureMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto
|
|
360
|
385
|
|
|
361
|
386
|
# Referential : fr.ird.observe.entities.referential.common.WeightMeasureType
|
|
362
|
387
|
GET /referential/common/WeightMeasureType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto
|
|
363
|
|
-PUT /referential/common/WeightMeasureType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto
|
|
364
|
|
-POST /referential/common/WeightMeasureType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto
|
|
|
388
|
+POST /referential/common/WeightMeasureType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto
|
|
|
389
|
+PUT /referential/common/WeightMeasureType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto
|
|
|
390
|
+DELETE /referential/common/WeightMeasureType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto
|
|
365
|
391
|
|
|
366
|
392
|
# Referential : fr.ird.observe.entities.referential.common.Wind
|
|
367
|
393
|
GET /referential/common/Wind api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.WindDto
|
|
368
|
|
-PUT /referential/common/Wind?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WindDto
|
|
369
|
|
-POST /referential/common/Wind api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WindDto
|
|
|
394
|
+POST /referential/common/Wind api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WindDto
|
|
|
395
|
+PUT /referential/common/Wind?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WindDto
|
|
|
396
|
+DELETE /referential/common/Wind?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.WindDto
|
|
370
|
397
|
|
|
371
|
398
|
# Referential : referential/ps
|
|
372
|
399
|
GET /referential/ps api.ReferentialEntityServiceRestApi.getByModule moduleName=ps
|
| ... |
... |
@@ -376,185 +403,219 @@ GET /referential/ps/common api.R |
|
376
|
403
|
|
|
377
|
404
|
# Referential : fr.ird.observe.entities.referential.ps.common.AcquisitionStatus
|
|
378
|
405
|
GET /referential/ps/common/AcquisitionStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto
|
|
379
|
|
-PUT /referential/ps/common/AcquisitionStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto
|
|
380
|
|
-POST /referential/ps/common/AcquisitionStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto
|
|
|
406
|
+POST /referential/ps/common/AcquisitionStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto
|
|
|
407
|
+PUT /referential/ps/common/AcquisitionStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto
|
|
|
408
|
+DELETE /referential/ps/common/AcquisitionStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto
|
|
381
|
409
|
|
|
382
|
410
|
# Referential : fr.ird.observe.entities.referential.ps.common.ObjectMaterial
|
|
383
|
411
|
GET /referential/ps/common/ObjectMaterial api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto
|
|
384
|
|
-PUT /referential/ps/common/ObjectMaterial?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto
|
|
385
|
|
-POST /referential/ps/common/ObjectMaterial api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto
|
|
|
412
|
+POST /referential/ps/common/ObjectMaterial api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto
|
|
|
413
|
+PUT /referential/ps/common/ObjectMaterial?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto
|
|
|
414
|
+DELETE /referential/ps/common/ObjectMaterial?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto
|
|
386
|
415
|
|
|
387
|
416
|
# Referential : fr.ird.observe.entities.referential.ps.common.ObjectMaterialType
|
|
388
|
417
|
GET /referential/ps/common/ObjectMaterialType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto
|
|
389
|
|
-PUT /referential/ps/common/ObjectMaterialType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto
|
|
390
|
|
-POST /referential/ps/common/ObjectMaterialType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto
|
|
|
418
|
+POST /referential/ps/common/ObjectMaterialType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto
|
|
|
419
|
+PUT /referential/ps/common/ObjectMaterialType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto
|
|
|
420
|
+DELETE /referential/ps/common/ObjectMaterialType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto
|
|
391
|
421
|
|
|
392
|
422
|
# Referential : fr.ird.observe.entities.referential.ps.common.ObjectOperation
|
|
393
|
423
|
GET /referential/ps/common/ObjectOperation api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto
|
|
394
|
|
-PUT /referential/ps/common/ObjectOperation?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto
|
|
395
|
|
-POST /referential/ps/common/ObjectOperation api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto
|
|
|
424
|
+POST /referential/ps/common/ObjectOperation api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto
|
|
|
425
|
+PUT /referential/ps/common/ObjectOperation?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto
|
|
|
426
|
+DELETE /referential/ps/common/ObjectOperation?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto
|
|
396
|
427
|
|
|
397
|
428
|
# Referential : fr.ird.observe.entities.referential.ps.common.ObservedSystem
|
|
398
|
429
|
GET /referential/ps/common/ObservedSystem api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto
|
|
399
|
|
-PUT /referential/ps/common/ObservedSystem?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto
|
|
400
|
|
-POST /referential/ps/common/ObservedSystem api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto
|
|
|
430
|
+POST /referential/ps/common/ObservedSystem api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto
|
|
|
431
|
+PUT /referential/ps/common/ObservedSystem?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto
|
|
|
432
|
+DELETE /referential/ps/common/ObservedSystem?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto
|
|
401
|
433
|
|
|
402
|
434
|
# Referential : fr.ird.observe.entities.referential.ps.common.ReasonForNoFishing
|
|
403
|
435
|
GET /referential/ps/common/ReasonForNoFishing api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto
|
|
404
|
|
-PUT /referential/ps/common/ReasonForNoFishing?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto
|
|
405
|
|
-POST /referential/ps/common/ReasonForNoFishing api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto
|
|
|
436
|
+POST /referential/ps/common/ReasonForNoFishing api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto
|
|
|
437
|
+PUT /referential/ps/common/ReasonForNoFishing?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto
|
|
|
438
|
+DELETE /referential/ps/common/ReasonForNoFishing?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto
|
|
406
|
439
|
|
|
407
|
440
|
# Referential : fr.ird.observe.entities.referential.ps.common.ReasonForNullSet
|
|
408
|
441
|
GET /referential/ps/common/ReasonForNullSet api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto
|
|
409
|
|
-PUT /referential/ps/common/ReasonForNullSet?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto
|
|
410
|
|
-POST /referential/ps/common/ReasonForNullSet api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto
|
|
|
442
|
+POST /referential/ps/common/ReasonForNullSet api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto
|
|
|
443
|
+PUT /referential/ps/common/ReasonForNullSet?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto
|
|
|
444
|
+DELETE /referential/ps/common/ReasonForNullSet?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto
|
|
411
|
445
|
|
|
412
|
446
|
# Referential : fr.ird.observe.entities.referential.ps.common.SampleType
|
|
413
|
447
|
GET /referential/ps/common/SampleType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto
|
|
414
|
|
-PUT /referential/ps/common/SampleType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto
|
|
415
|
|
-POST /referential/ps/common/SampleType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto
|
|
|
448
|
+POST /referential/ps/common/SampleType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto
|
|
|
449
|
+PUT /referential/ps/common/SampleType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto
|
|
|
450
|
+DELETE /referential/ps/common/SampleType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto
|
|
416
|
451
|
|
|
417
|
452
|
# Referential : fr.ird.observe.entities.referential.ps.common.SchoolType
|
|
418
|
453
|
GET /referential/ps/common/SchoolType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto
|
|
419
|
|
-PUT /referential/ps/common/SchoolType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto
|
|
420
|
|
-POST /referential/ps/common/SchoolType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto
|
|
|
454
|
+POST /referential/ps/common/SchoolType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto
|
|
|
455
|
+PUT /referential/ps/common/SchoolType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto
|
|
|
456
|
+DELETE /referential/ps/common/SchoolType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto
|
|
421
|
457
|
|
|
422
|
458
|
# Referential : fr.ird.observe.entities.referential.ps.common.SpeciesFate
|
|
423
|
459
|
GET /referential/ps/common/SpeciesFate api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto
|
|
424
|
|
-PUT /referential/ps/common/SpeciesFate?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto
|
|
425
|
|
-POST /referential/ps/common/SpeciesFate api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto
|
|
|
460
|
+POST /referential/ps/common/SpeciesFate api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto
|
|
|
461
|
+PUT /referential/ps/common/SpeciesFate?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto
|
|
|
462
|
+DELETE /referential/ps/common/SpeciesFate?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto
|
|
426
|
463
|
|
|
427
|
464
|
# Referential : fr.ird.observe.entities.referential.ps.common.TransmittingBuoyOperation
|
|
428
|
465
|
GET /referential/ps/common/TransmittingBuoyOperation api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto
|
|
429
|
|
-PUT /referential/ps/common/TransmittingBuoyOperation?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto
|
|
430
|
|
-POST /referential/ps/common/TransmittingBuoyOperation api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto
|
|
|
466
|
+POST /referential/ps/common/TransmittingBuoyOperation api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto
|
|
|
467
|
+PUT /referential/ps/common/TransmittingBuoyOperation?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto
|
|
|
468
|
+DELETE /referential/ps/common/TransmittingBuoyOperation?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto
|
|
431
|
469
|
|
|
432
|
470
|
# Referential : fr.ird.observe.entities.referential.ps.common.TransmittingBuoyOwnership
|
|
433
|
471
|
GET /referential/ps/common/TransmittingBuoyOwnership api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto
|
|
434
|
|
-PUT /referential/ps/common/TransmittingBuoyOwnership?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto
|
|
435
|
|
-POST /referential/ps/common/TransmittingBuoyOwnership api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto
|
|
|
472
|
+POST /referential/ps/common/TransmittingBuoyOwnership api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto
|
|
|
473
|
+PUT /referential/ps/common/TransmittingBuoyOwnership?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto
|
|
|
474
|
+DELETE /referential/ps/common/TransmittingBuoyOwnership?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto
|
|
436
|
475
|
|
|
437
|
476
|
# Referential : fr.ird.observe.entities.referential.ps.common.TransmittingBuoyType
|
|
438
|
477
|
GET /referential/ps/common/TransmittingBuoyType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto
|
|
439
|
|
-PUT /referential/ps/common/TransmittingBuoyType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto
|
|
440
|
|
-POST /referential/ps/common/TransmittingBuoyType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto
|
|
|
478
|
+POST /referential/ps/common/TransmittingBuoyType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto
|
|
|
479
|
+PUT /referential/ps/common/TransmittingBuoyType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto
|
|
|
480
|
+DELETE /referential/ps/common/TransmittingBuoyType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto
|
|
441
|
481
|
|
|
442
|
482
|
# Referential : fr.ird.observe.entities.referential.ps.common.VesselActivity
|
|
443
|
483
|
GET /referential/ps/common/VesselActivity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto
|
|
444
|
|
-PUT /referential/ps/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto
|
|
445
|
|
-POST /referential/ps/common/VesselActivity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto
|
|
|
484
|
+POST /referential/ps/common/VesselActivity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto
|
|
|
485
|
+PUT /referential/ps/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto
|
|
|
486
|
+DELETE /referential/ps/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto
|
|
446
|
487
|
|
|
447
|
488
|
# Referential : fr.ird.observe.entities.referential.ps.common.WeightCategory
|
|
448
|
489
|
GET /referential/ps/common/WeightCategory api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto
|
|
449
|
|
-PUT /referential/ps/common/WeightCategory?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto
|
|
450
|
|
-POST /referential/ps/common/WeightCategory api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto
|
|
|
490
|
+POST /referential/ps/common/WeightCategory api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto
|
|
|
491
|
+PUT /referential/ps/common/WeightCategory?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto
|
|
|
492
|
+DELETE /referential/ps/common/WeightCategory?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto
|
|
451
|
493
|
|
|
452
|
494
|
# Referential : referential/ps/observation
|
|
453
|
495
|
GET /referential/ps/observation api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_observation
|
|
454
|
496
|
|
|
455
|
497
|
# Referential : fr.ird.observe.entities.referential.ps.observation.DetectionMode
|
|
456
|
498
|
GET /referential/ps/observation/DetectionMode api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto
|
|
457
|
|
-PUT /referential/ps/observation/DetectionMode?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto
|
|
458
|
|
-POST /referential/ps/observation/DetectionMode api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto
|
|
|
499
|
+POST /referential/ps/observation/DetectionMode api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto
|
|
|
500
|
+PUT /referential/ps/observation/DetectionMode?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto
|
|
|
501
|
+DELETE /referential/ps/observation/DetectionMode?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto
|
|
459
|
502
|
|
|
460
|
503
|
# Referential : fr.ird.observe.entities.referential.ps.observation.InformationSource
|
|
461
|
504
|
GET /referential/ps/observation/InformationSource api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto
|
|
462
|
|
-PUT /referential/ps/observation/InformationSource?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto
|
|
463
|
|
-POST /referential/ps/observation/InformationSource api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto
|
|
|
505
|
+POST /referential/ps/observation/InformationSource api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto
|
|
|
506
|
+PUT /referential/ps/observation/InformationSource?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto
|
|
|
507
|
+DELETE /referential/ps/observation/InformationSource?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto
|
|
464
|
508
|
|
|
465
|
509
|
# Referential : fr.ird.observe.entities.referential.ps.observation.NonTargetCatchReleaseConformity
|
|
466
|
510
|
GET /referential/ps/observation/NonTargetCatchReleaseConformity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto
|
|
467
|
|
-PUT /referential/ps/observation/NonTargetCatchReleaseConformity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto
|
|
468
|
|
-POST /referential/ps/observation/NonTargetCatchReleaseConformity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto
|
|
|
511
|
+POST /referential/ps/observation/NonTargetCatchReleaseConformity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto
|
|
|
512
|
+PUT /referential/ps/observation/NonTargetCatchReleaseConformity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto
|
|
|
513
|
+DELETE /referential/ps/observation/NonTargetCatchReleaseConformity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto
|
|
469
|
514
|
|
|
470
|
515
|
# Referential : fr.ird.observe.entities.referential.ps.observation.NonTargetCatchReleaseStatus
|
|
471
|
516
|
GET /referential/ps/observation/NonTargetCatchReleaseStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto
|
|
472
|
|
-PUT /referential/ps/observation/NonTargetCatchReleaseStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto
|
|
473
|
|
-POST /referential/ps/observation/NonTargetCatchReleaseStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto
|
|
|
517
|
+POST /referential/ps/observation/NonTargetCatchReleaseStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto
|
|
|
518
|
+PUT /referential/ps/observation/NonTargetCatchReleaseStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto
|
|
|
519
|
+DELETE /referential/ps/observation/NonTargetCatchReleaseStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto
|
|
474
|
520
|
|
|
475
|
521
|
# Referential : fr.ird.observe.entities.referential.ps.observation.NonTargetCatchReleasingTime
|
|
476
|
522
|
GET /referential/ps/observation/NonTargetCatchReleasingTime api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto
|
|
477
|
|
-PUT /referential/ps/observation/NonTargetCatchReleasingTime?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto
|
|
478
|
|
-POST /referential/ps/observation/NonTargetCatchReleasingTime api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto
|
|
|
523
|
+POST /referential/ps/observation/NonTargetCatchReleasingTime api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto
|
|
|
524
|
+PUT /referential/ps/observation/NonTargetCatchReleasingTime?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto
|
|
|
525
|
+DELETE /referential/ps/observation/NonTargetCatchReleasingTime?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto
|
|
479
|
526
|
|
|
480
|
527
|
# Referential : fr.ird.observe.entities.referential.ps.observation.ReasonForDiscard
|
|
481
|
528
|
GET /referential/ps/observation/ReasonForDiscard api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto
|
|
482
|
|
-PUT /referential/ps/observation/ReasonForDiscard?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto
|
|
483
|
|
-POST /referential/ps/observation/ReasonForDiscard api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto
|
|
|
529
|
+POST /referential/ps/observation/ReasonForDiscard api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto
|
|
|
530
|
+PUT /referential/ps/observation/ReasonForDiscard?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto
|
|
|
531
|
+DELETE /referential/ps/observation/ReasonForDiscard?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto
|
|
484
|
532
|
|
|
485
|
533
|
# Referential : fr.ird.observe.entities.referential.ps.observation.SpeciesStatus
|
|
486
|
534
|
GET /referential/ps/observation/SpeciesStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto
|
|
487
|
|
-PUT /referential/ps/observation/SpeciesStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto
|
|
488
|
|
-POST /referential/ps/observation/SpeciesStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto
|
|
|
535
|
+POST /referential/ps/observation/SpeciesStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto
|
|
|
536
|
+PUT /referential/ps/observation/SpeciesStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto
|
|
|
537
|
+DELETE /referential/ps/observation/SpeciesStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto
|
|
489
|
538
|
|
|
490
|
539
|
# Referential : fr.ird.observe.entities.referential.ps.observation.SurroundingActivity
|
|
491
|
540
|
GET /referential/ps/observation/SurroundingActivity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto
|
|
492
|
|
-PUT /referential/ps/observation/SurroundingActivity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto
|
|
493
|
|
-POST /referential/ps/observation/SurroundingActivity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto
|
|
|
541
|
+POST /referential/ps/observation/SurroundingActivity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto
|
|
|
542
|
+PUT /referential/ps/observation/SurroundingActivity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto
|
|
|
543
|
+DELETE /referential/ps/observation/SurroundingActivity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto
|
|
494
|
544
|
|
|
495
|
545
|
# Referential : referential/ps/logbook
|
|
496
|
546
|
GET /referential/ps/logbook api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_logbook
|
|
497
|
547
|
|
|
498
|
548
|
# Referential : fr.ird.observe.entities.referential.ps.logbook.InformationSource
|
|
499
|
549
|
GET /referential/ps/logbook/InformationSource api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto
|
|
500
|
|
-PUT /referential/ps/logbook/InformationSource?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto
|
|
501
|
|
-POST /referential/ps/logbook/InformationSource api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto
|
|
|
550
|
+POST /referential/ps/logbook/InformationSource api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto
|
|
|
551
|
+PUT /referential/ps/logbook/InformationSource?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto
|
|
|
552
|
+DELETE /referential/ps/logbook/InformationSource?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto
|
|
502
|
553
|
|
|
503
|
554
|
# Referential : fr.ird.observe.entities.referential.ps.logbook.SampleQuality
|
|
504
|
555
|
GET /referential/ps/logbook/SampleQuality api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto
|
|
505
|
|
-PUT /referential/ps/logbook/SampleQuality?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto
|
|
506
|
|
-POST /referential/ps/logbook/SampleQuality api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto
|
|
|
556
|
+POST /referential/ps/logbook/SampleQuality api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto
|
|
|
557
|
+PUT /referential/ps/logbook/SampleQuality?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto
|
|
|
558
|
+DELETE /referential/ps/logbook/SampleQuality?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto
|
|
507
|
559
|
|
|
508
|
560
|
# Referential : fr.ird.observe.entities.referential.ps.logbook.SetSuccessStatus
|
|
509
|
561
|
GET /referential/ps/logbook/SetSuccessStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto
|
|
510
|
|
-PUT /referential/ps/logbook/SetSuccessStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto
|
|
511
|
|
-POST /referential/ps/logbook/SetSuccessStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto
|
|
|
562
|
+POST /referential/ps/logbook/SetSuccessStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto
|
|
|
563
|
+PUT /referential/ps/logbook/SetSuccessStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto
|
|
|
564
|
+DELETE /referential/ps/logbook/SetSuccessStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto
|
|
512
|
565
|
|
|
513
|
566
|
# Referential : fr.ird.observe.entities.referential.ps.logbook.WellContentStatus
|
|
514
|
567
|
GET /referential/ps/logbook/WellContentStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto
|
|
515
|
|
-PUT /referential/ps/logbook/WellContentStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto
|
|
516
|
|
-POST /referential/ps/logbook/WellContentStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto
|
|
|
568
|
+POST /referential/ps/logbook/WellContentStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto
|
|
|
569
|
+PUT /referential/ps/logbook/WellContentStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto
|
|
|
570
|
+DELETE /referential/ps/logbook/WellContentStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto
|
|
517
|
571
|
|
|
518
|
572
|
# Referential : fr.ird.observe.entities.referential.ps.logbook.WellSamplingConformity
|
|
519
|
573
|
GET /referential/ps/logbook/WellSamplingConformity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto
|
|
520
|
|
-PUT /referential/ps/logbook/WellSamplingConformity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto
|
|
521
|
|
-POST /referential/ps/logbook/WellSamplingConformity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto
|
|
|
574
|
+POST /referential/ps/logbook/WellSamplingConformity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto
|
|
|
575
|
+PUT /referential/ps/logbook/WellSamplingConformity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto
|
|
|
576
|
+DELETE /referential/ps/logbook/WellSamplingConformity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto
|
|
522
|
577
|
|
|
523
|
578
|
# Referential : fr.ird.observe.entities.referential.ps.logbook.WellSamplingStatus
|
|
524
|
579
|
GET /referential/ps/logbook/WellSamplingStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto
|
|
525
|
|
-PUT /referential/ps/logbook/WellSamplingStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto
|
|
526
|
|
-POST /referential/ps/logbook/WellSamplingStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto
|
|
|
580
|
+POST /referential/ps/logbook/WellSamplingStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto
|
|
|
581
|
+PUT /referential/ps/logbook/WellSamplingStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto
|
|
|
582
|
+DELETE /referential/ps/logbook/WellSamplingStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto
|
|
527
|
583
|
|
|
528
|
584
|
# Referential : referential/ps/landing
|
|
529
|
585
|
GET /referential/ps/landing api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_landing
|
|
530
|
586
|
|
|
531
|
587
|
# Referential : fr.ird.observe.entities.referential.ps.landing.Destination
|
|
532
|
588
|
GET /referential/ps/landing/Destination api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto
|
|
533
|
|
-PUT /referential/ps/landing/Destination?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto
|
|
534
|
|
-POST /referential/ps/landing/Destination api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto
|
|
|
589
|
+POST /referential/ps/landing/Destination api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto
|
|
|
590
|
+PUT /referential/ps/landing/Destination?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto
|
|
|
591
|
+DELETE /referential/ps/landing/Destination?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto
|
|
535
|
592
|
|
|
536
|
593
|
# Referential : fr.ird.observe.entities.referential.ps.landing.Fate
|
|
537
|
594
|
GET /referential/ps/landing/Fate api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto
|
|
538
|
|
-PUT /referential/ps/landing/Fate?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto
|
|
539
|
|
-POST /referential/ps/landing/Fate api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto
|
|
|
595
|
+POST /referential/ps/landing/Fate api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto
|
|
|
596
|
+PUT /referential/ps/landing/Fate?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto
|
|
|
597
|
+DELETE /referential/ps/landing/Fate?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto
|
|
540
|
598
|
|
|
541
|
599
|
# Referential : referential/ps/localmarket
|
|
542
|
600
|
GET /referential/ps/localmarket api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_localmarket
|
|
543
|
601
|
|
|
544
|
602
|
# Referential : fr.ird.observe.entities.referential.ps.localmarket.BatchComposition
|
|
545
|
603
|
GET /referential/ps/localmarket/BatchComposition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto
|
|
546
|
|
-PUT /referential/ps/localmarket/BatchComposition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto
|
|
547
|
|
-POST /referential/ps/localmarket/BatchComposition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto
|
|
|
604
|
+POST /referential/ps/localmarket/BatchComposition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto
|
|
|
605
|
+PUT /referential/ps/localmarket/BatchComposition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto
|
|
|
606
|
+DELETE /referential/ps/localmarket/BatchComposition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto
|
|
548
|
607
|
|
|
549
|
608
|
# Referential : fr.ird.observe.entities.referential.ps.localmarket.BatchWeightType
|
|
550
|
609
|
GET /referential/ps/localmarket/BatchWeightType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto
|
|
551
|
|
-PUT /referential/ps/localmarket/BatchWeightType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto
|
|
552
|
|
-POST /referential/ps/localmarket/BatchWeightType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto
|
|
|
610
|
+POST /referential/ps/localmarket/BatchWeightType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto
|
|
|
611
|
+PUT /referential/ps/localmarket/BatchWeightType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto
|
|
|
612
|
+DELETE /referential/ps/localmarket/BatchWeightType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto
|
|
553
|
613
|
|
|
554
|
614
|
# Referential : fr.ird.observe.entities.referential.ps.localmarket.Packaging
|
|
555
|
615
|
GET /referential/ps/localmarket/Packaging api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto
|
|
556
|
|
-PUT /referential/ps/localmarket/Packaging?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto
|
|
557
|
|
-POST /referential/ps/localmarket/Packaging api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto
|
|
|
616
|
+POST /referential/ps/localmarket/Packaging api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto
|
|
|
617
|
+PUT /referential/ps/localmarket/Packaging?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto
|
|
|
618
|
+DELETE /referential/ps/localmarket/Packaging?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto
|
|
558
|
619
|
|
|
559
|
620
|
# Referential : referential/ll
|
|
560
|
621
|
GET /referential/ll api.ReferentialEntityServiceRestApi.getByModule moduleName=ll
|
| ... |
... |
@@ -564,151 +625,180 @@ GET /referential/ll/common api.R |
|
564
|
625
|
|
|
565
|
626
|
# Referential : fr.ird.observe.entities.referential.ll.common.BaitSettingStatus
|
|
566
|
627
|
GET /referential/ll/common/BaitSettingStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto
|
|
567
|
|
-PUT /referential/ll/common/BaitSettingStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto
|
|
568
|
|
-POST /referential/ll/common/BaitSettingStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto
|
|
|
628
|
+POST /referential/ll/common/BaitSettingStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto
|
|
|
629
|
+PUT /referential/ll/common/BaitSettingStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto
|
|
|
630
|
+DELETE /referential/ll/common/BaitSettingStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto
|
|
569
|
631
|
|
|
570
|
632
|
# Referential : fr.ird.observe.entities.referential.ll.common.BaitType
|
|
571
|
633
|
GET /referential/ll/common/BaitType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto
|
|
572
|
|
-PUT /referential/ll/common/BaitType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto
|
|
573
|
|
-POST /referential/ll/common/BaitType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto
|
|
|
634
|
+POST /referential/ll/common/BaitType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto
|
|
|
635
|
+PUT /referential/ll/common/BaitType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto
|
|
|
636
|
+DELETE /referential/ll/common/BaitType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto
|
|
574
|
637
|
|
|
575
|
638
|
# Referential : fr.ird.observe.entities.referential.ll.common.CatchFate
|
|
576
|
639
|
GET /referential/ll/common/CatchFate api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto
|
|
577
|
|
-PUT /referential/ll/common/CatchFate?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto
|
|
578
|
|
-POST /referential/ll/common/CatchFate api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto
|
|
|
640
|
+POST /referential/ll/common/CatchFate api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto
|
|
|
641
|
+PUT /referential/ll/common/CatchFate?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto
|
|
|
642
|
+DELETE /referential/ll/common/CatchFate?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto
|
|
579
|
643
|
|
|
580
|
644
|
# Referential : fr.ird.observe.entities.referential.ll.common.HealthStatus
|
|
581
|
645
|
GET /referential/ll/common/HealthStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto
|
|
582
|
|
-PUT /referential/ll/common/HealthStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto
|
|
583
|
|
-POST /referential/ll/common/HealthStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto
|
|
|
646
|
+POST /referential/ll/common/HealthStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto
|
|
|
647
|
+PUT /referential/ll/common/HealthStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto
|
|
|
648
|
+DELETE /referential/ll/common/HealthStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto
|
|
584
|
649
|
|
|
585
|
650
|
# Referential : fr.ird.observe.entities.referential.ll.common.HookSize
|
|
586
|
651
|
GET /referential/ll/common/HookSize api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto
|
|
587
|
|
-PUT /referential/ll/common/HookSize?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto
|
|
588
|
|
-POST /referential/ll/common/HookSize api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto
|
|
|
652
|
+POST /referential/ll/common/HookSize api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto
|
|
|
653
|
+PUT /referential/ll/common/HookSize?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto
|
|
|
654
|
+DELETE /referential/ll/common/HookSize?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto
|
|
589
|
655
|
|
|
590
|
656
|
# Referential : fr.ird.observe.entities.referential.ll.common.HookType
|
|
591
|
657
|
GET /referential/ll/common/HookType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto
|
|
592
|
|
-PUT /referential/ll/common/HookType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto
|
|
593
|
|
-POST /referential/ll/common/HookType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto
|
|
|
658
|
+POST /referential/ll/common/HookType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto
|
|
|
659
|
+PUT /referential/ll/common/HookType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto
|
|
|
660
|
+DELETE /referential/ll/common/HookType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto
|
|
594
|
661
|
|
|
595
|
662
|
# Referential : fr.ird.observe.entities.referential.ll.common.LightsticksColor
|
|
596
|
663
|
GET /referential/ll/common/LightsticksColor api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto
|
|
597
|
|
-PUT /referential/ll/common/LightsticksColor?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto
|
|
598
|
|
-POST /referential/ll/common/LightsticksColor api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto
|
|
|
664
|
+POST /referential/ll/common/LightsticksColor api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto
|
|
|
665
|
+PUT /referential/ll/common/LightsticksColor?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto
|
|
|
666
|
+DELETE /referential/ll/common/LightsticksColor?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto
|
|
599
|
667
|
|
|
600
|
668
|
# Referential : fr.ird.observe.entities.referential.ll.common.LightsticksType
|
|
601
|
669
|
GET /referential/ll/common/LightsticksType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto
|
|
602
|
|
-PUT /referential/ll/common/LightsticksType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto
|
|
603
|
|
-POST /referential/ll/common/LightsticksType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto
|
|
|
670
|
+POST /referential/ll/common/LightsticksType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto
|
|
|
671
|
+PUT /referential/ll/common/LightsticksType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto
|
|
|
672
|
+DELETE /referential/ll/common/LightsticksType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto
|
|
604
|
673
|
|
|
605
|
674
|
# Referential : fr.ird.observe.entities.referential.ll.common.LineType
|
|
606
|
675
|
GET /referential/ll/common/LineType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto
|
|
607
|
|
-PUT /referential/ll/common/LineType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto
|
|
608
|
|
-POST /referential/ll/common/LineType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto
|
|
|
676
|
+POST /referential/ll/common/LineType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto
|
|
|
677
|
+PUT /referential/ll/common/LineType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto
|
|
|
678
|
+DELETE /referential/ll/common/LineType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto
|
|
609
|
679
|
|
|
610
|
680
|
# Referential : fr.ird.observe.entities.referential.ll.common.MitigationType
|
|
611
|
681
|
GET /referential/ll/common/MitigationType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto
|
|
612
|
|
-PUT /referential/ll/common/MitigationType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto
|
|
613
|
|
-POST /referential/ll/common/MitigationType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto
|
|
|
682
|
+POST /referential/ll/common/MitigationType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto
|
|
|
683
|
+PUT /referential/ll/common/MitigationType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto
|
|
|
684
|
+DELETE /referential/ll/common/MitigationType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto
|
|
614
|
685
|
|
|
615
|
686
|
# Referential : fr.ird.observe.entities.referential.ll.common.ObservationMethod
|
|
616
|
687
|
GET /referential/ll/common/ObservationMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto
|
|
617
|
|
-PUT /referential/ll/common/ObservationMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto
|
|
618
|
|
-POST /referential/ll/common/ObservationMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto
|
|
|
688
|
+POST /referential/ll/common/ObservationMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto
|
|
|
689
|
+PUT /referential/ll/common/ObservationMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto
|
|
|
690
|
+DELETE /referential/ll/common/ObservationMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto
|
|
619
|
691
|
|
|
620
|
692
|
# Referential : fr.ird.observe.entities.referential.ll.common.OnBoardProcessing
|
|
621
|
693
|
GET /referential/ll/common/OnBoardProcessing api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto
|
|
622
|
|
-PUT /referential/ll/common/OnBoardProcessing?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto
|
|
623
|
|
-POST /referential/ll/common/OnBoardProcessing api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto
|
|
|
694
|
+POST /referential/ll/common/OnBoardProcessing api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto
|
|
|
695
|
+PUT /referential/ll/common/OnBoardProcessing?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto
|
|
|
696
|
+DELETE /referential/ll/common/OnBoardProcessing?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto
|
|
624
|
697
|
|
|
625
|
698
|
# Referential : fr.ird.observe.entities.referential.ll.common.SettingShape
|
|
626
|
699
|
GET /referential/ll/common/SettingShape api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto
|
|
627
|
|
-PUT /referential/ll/common/SettingShape?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto
|
|
628
|
|
-POST /referential/ll/common/SettingShape api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto
|
|
|
700
|
+POST /referential/ll/common/SettingShape api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto
|
|
|
701
|
+PUT /referential/ll/common/SettingShape?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto
|
|
|
702
|
+DELETE /referential/ll/common/SettingShape?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto
|
|
629
|
703
|
|
|
630
|
704
|
# Referential : fr.ird.observe.entities.referential.ll.common.TripType
|
|
631
|
705
|
GET /referential/ll/common/TripType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto
|
|
632
|
|
-PUT /referential/ll/common/TripType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto
|
|
633
|
|
-POST /referential/ll/common/TripType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto
|
|
|
706
|
+POST /referential/ll/common/TripType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto
|
|
|
707
|
+PUT /referential/ll/common/TripType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto
|
|
|
708
|
+DELETE /referential/ll/common/TripType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto
|
|
634
|
709
|
|
|
635
|
710
|
# Referential : fr.ird.observe.entities.referential.ll.common.VesselActivity
|
|
636
|
711
|
GET /referential/ll/common/VesselActivity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto
|
|
637
|
|
-PUT /referential/ll/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto
|
|
638
|
|
-POST /referential/ll/common/VesselActivity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto
|
|
|
712
|
+POST /referential/ll/common/VesselActivity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto
|
|
|
713
|
+PUT /referential/ll/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto
|
|
|
714
|
+DELETE /referential/ll/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto
|
|
639
|
715
|
|
|
640
|
716
|
# Referential : fr.ird.observe.entities.referential.ll.common.WeightDeterminationMethod
|
|
641
|
717
|
GET /referential/ll/common/WeightDeterminationMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto
|
|
642
|
|
-PUT /referential/ll/common/WeightDeterminationMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto
|
|
643
|
|
-POST /referential/ll/common/WeightDeterminationMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto
|
|
|
718
|
+POST /referential/ll/common/WeightDeterminationMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto
|
|
|
719
|
+PUT /referential/ll/common/WeightDeterminationMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto
|
|
|
720
|
+DELETE /referential/ll/common/WeightDeterminationMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto
|
|
644
|
721
|
|
|
645
|
722
|
# Referential : referential/ll/observation
|
|
646
|
723
|
GET /referential/ll/observation api.ReferentialEntityServiceRestApi.getByPackage packageName=ll_observation
|
|
647
|
724
|
|
|
648
|
725
|
# Referential : fr.ird.observe.entities.referential.ll.observation.BaitHaulingStatus
|
|
649
|
726
|
GET /referential/ll/observation/BaitHaulingStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto
|
|
650
|
|
-PUT /referential/ll/observation/BaitHaulingStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto
|
|
651
|
|
-POST /referential/ll/observation/BaitHaulingStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto
|
|
|
727
|
+POST /referential/ll/observation/BaitHaulingStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto
|
|
|
728
|
+PUT /referential/ll/observation/BaitHaulingStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto
|
|
|
729
|
+DELETE /referential/ll/observation/BaitHaulingStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto
|
|
652
|
730
|
|
|
653
|
731
|
# Referential : fr.ird.observe.entities.referential.ll.observation.EncounterType
|
|
654
|
732
|
GET /referential/ll/observation/EncounterType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto
|
|
655
|
|
-PUT /referential/ll/observation/EncounterType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto
|
|
656
|
|
-POST /referential/ll/observation/EncounterType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto
|
|
|
733
|
+POST /referential/ll/observation/EncounterType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto
|
|
|
734
|
+PUT /referential/ll/observation/EncounterType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto
|
|
|
735
|
+DELETE /referential/ll/observation/EncounterType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto
|
|
657
|
736
|
|
|
658
|
737
|
# Referential : fr.ird.observe.entities.referential.ll.observation.HookPosition
|
|
659
|
738
|
GET /referential/ll/observation/HookPosition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto
|
|
660
|
|
-PUT /referential/ll/observation/HookPosition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto
|
|
661
|
|
-POST /referential/ll/observation/HookPosition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto
|
|
|
739
|
+POST /referential/ll/observation/HookPosition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto
|
|
|
740
|
+PUT /referential/ll/observation/HookPosition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto
|
|
|
741
|
+DELETE /referential/ll/observation/HookPosition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto
|
|
662
|
742
|
|
|
663
|
743
|
# Referential : fr.ird.observe.entities.referential.ll.observation.ItemHorizontalPosition
|
|
664
|
744
|
GET /referential/ll/observation/ItemHorizontalPosition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto
|
|
665
|
|
-PUT /referential/ll/observation/ItemHorizontalPosition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto
|
|
666
|
|
-POST /referential/ll/observation/ItemHorizontalPosition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto
|
|
|
745
|
+POST /referential/ll/observation/ItemHorizontalPosition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto
|
|
|
746
|
+PUT /referential/ll/observation/ItemHorizontalPosition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto
|
|
|
747
|
+DELETE /referential/ll/observation/ItemHorizontalPosition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto
|
|
667
|
748
|
|
|
668
|
749
|
# Referential : fr.ird.observe.entities.referential.ll.observation.ItemVerticalPosition
|
|
669
|
750
|
GET /referential/ll/observation/ItemVerticalPosition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto
|
|
670
|
|
-PUT /referential/ll/observation/ItemVerticalPosition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto
|
|
671
|
|
-POST /referential/ll/observation/ItemVerticalPosition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto
|
|
|
751
|
+POST /referential/ll/observation/ItemVerticalPosition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto
|
|
|
752
|
+PUT /referential/ll/observation/ItemVerticalPosition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto
|
|
|
753
|
+DELETE /referential/ll/observation/ItemVerticalPosition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto
|
|
672
|
754
|
|
|
673
|
755
|
# Referential : fr.ird.observe.entities.referential.ll.observation.MaturityStatus
|
|
674
|
756
|
GET /referential/ll/observation/MaturityStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto
|
|
675
|
|
-PUT /referential/ll/observation/MaturityStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto
|
|
676
|
|
-POST /referential/ll/observation/MaturityStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto
|
|
|
757
|
+POST /referential/ll/observation/MaturityStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto
|
|
|
758
|
+PUT /referential/ll/observation/MaturityStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto
|
|
|
759
|
+DELETE /referential/ll/observation/MaturityStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto
|
|
677
|
760
|
|
|
678
|
761
|
# Referential : fr.ird.observe.entities.referential.ll.observation.SensorBrand
|
|
679
|
762
|
GET /referential/ll/observation/SensorBrand api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto
|
|
680
|
|
-PUT /referential/ll/observation/SensorBrand?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto
|
|
681
|
|
-POST /referential/ll/observation/SensorBrand api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto
|
|
|
763
|
+POST /referential/ll/observation/SensorBrand api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto
|
|
|
764
|
+PUT /referential/ll/observation/SensorBrand?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto
|
|
|
765
|
+DELETE /referential/ll/observation/SensorBrand?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto
|
|
682
|
766
|
|
|
683
|
767
|
# Referential : fr.ird.observe.entities.referential.ll.observation.SensorDataFormat
|
|
684
|
768
|
GET /referential/ll/observation/SensorDataFormat api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto
|
|
685
|
|
-PUT /referential/ll/observation/SensorDataFormat?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto
|
|
686
|
|
-POST /referential/ll/observation/SensorDataFormat api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto
|
|
|
769
|
+POST /referential/ll/observation/SensorDataFormat api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto
|
|
|
770
|
+PUT /referential/ll/observation/SensorDataFormat?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto
|
|
|
771
|
+DELETE /referential/ll/observation/SensorDataFormat?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto
|
|
687
|
772
|
|
|
688
|
773
|
# Referential : fr.ird.observe.entities.referential.ll.observation.SensorType
|
|
689
|
774
|
GET /referential/ll/observation/SensorType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto
|
|
690
|
|
-PUT /referential/ll/observation/SensorType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto
|
|
691
|
|
-POST /referential/ll/observation/SensorType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto
|
|
|
775
|
+POST /referential/ll/observation/SensorType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto
|
|
|
776
|
+PUT /referential/ll/observation/SensorType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto
|
|
|
777
|
+DELETE /referential/ll/observation/SensorType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto
|
|
692
|
778
|
|
|
693
|
779
|
# Referential : fr.ird.observe.entities.referential.ll.observation.StomachFullness
|
|
694
|
780
|
GET /referential/ll/observation/StomachFullness api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto
|
|
695
|
|
-PUT /referential/ll/observation/StomachFullness?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto
|
|
696
|
|
-POST /referential/ll/observation/StomachFullness api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto
|
|
|
781
|
+POST /referential/ll/observation/StomachFullness api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto
|
|
|
782
|
+PUT /referential/ll/observation/StomachFullness?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto
|
|
|
783
|
+DELETE /referential/ll/observation/StomachFullness?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto
|
|
697
|
784
|
|
|
698
|
785
|
# Referential : referential/ll/landing
|
|
699
|
786
|
GET /referential/ll/landing api.ReferentialEntityServiceRestApi.getByPackage packageName=ll_landing
|
|
700
|
787
|
|
|
701
|
788
|
# Referential : fr.ird.observe.entities.referential.ll.landing.Company
|
|
702
|
789
|
GET /referential/ll/landing/Company api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto
|
|
703
|
|
-PUT /referential/ll/landing/Company?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto
|
|
704
|
|
-POST /referential/ll/landing/Company api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto
|
|
|
790
|
+POST /referential/ll/landing/Company api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto
|
|
|
791
|
+PUT /referential/ll/landing/Company?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto
|
|
|
792
|
+DELETE /referential/ll/landing/Company?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto
|
|
705
|
793
|
|
|
706
|
794
|
# Referential : fr.ird.observe.entities.referential.ll.landing.Conservation
|
|
707
|
795
|
GET /referential/ll/landing/Conservation api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto
|
|
708
|
|
-PUT /referential/ll/landing/Conservation?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto
|
|
709
|
|
-POST /referential/ll/landing/Conservation api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto
|
|
|
796
|
+POST /referential/ll/landing/Conservation api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto
|
|
|
797
|
+PUT /referential/ll/landing/Conservation?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto
|
|
|
798
|
+DELETE /referential/ll/landing/Conservation?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto
|
|
710
|
799
|
|
|
711
|
800
|
# Referential : fr.ird.observe.entities.referential.ll.landing.DataSource
|
|
712
|
801
|
GET /referential/ll/landing/DataSource api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto
|
|
713
|
|
-PUT /referential/ll/landing/DataSource?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto
|
|
714
|
|
-POST /referential/ll/landing/DataSource api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto
|
|
|
802
|
+POST /referential/ll/landing/DataSource api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto
|
|
|
803
|
+PUT /referential/ll/landing/DataSource?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto
|
|
|
804
|
+DELETE /referential/ll/landing/DataSource?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto
|