Project

General

Profile

« Previous | Next » 

Revision 27bddb2a

Added by Andreas Kohlbecker over 5 years ago

php doc

View differences:

modules/cdm_dataportal/cdm_api/webservice_uris.php
120 120
define('CDM_WS_OCCURRENCE', 'occurrence');
121 121
define('CDM_WS_PORTAL_OCCURRENCE', 'portal/occurrence');
122 122
/**
123
 * url query paramaters:
123
 * url query parameters:
124 124
 *
125
 * @param taxonUuid
126
 * @param relationshipUuids e.g. CongruentTo;  "60974c98-64ab-4574-bb5c-c110f6db634d"
127
 * @param relationshipInversUuids
128
 * @param maxDepth null for unlimited
129
 * @param pageNumber
130
 * @param pageSize
131
 * @var unknown_type
125
 * - taxonUuid
126
 * - relationshipUuids e.g. CongruentTo;  "60974c98-64ab-4574-bb5c-c110f6db634d"
127
 * - relationshipInversUuids
128
 * - maxDepth null for unlimited
129
 * - pageNumber
130
 * - pageSize
131
 * - unknown_type
132 132
 */
133 133
define('CDM_WS_OCCURRENCE_BY_ASSOCIATEDTAXON', 'occurrence/byAssociatedTaxon');
134 134

  

Also available in: Unified diff