Method: projects.regulatoryListings.list¶
Lists all regulatory listings.
List returns regulatory listings sorted by create_time
descending.
The caller must have numbering.regulatoryListings.list
permission on the project.
HTTP request¶
GET https://numbering.api.enfonica.com/v1beta1/{parent}/regulatoryListings
Path parameters¶
Parameters | |
---|---|
parent | string The project under which to list regulatory listing, in the form projects/* . |
Query parameters¶
Parameters | |
---|---|
pageSize | number (int32 format) The maximum number of regulatory listing to return in the response. Default value of 10 and maximum value of 100. |
pageToken | string A pagination token returned from a previous call to ListRegulatoryListings that indicates where this listing should continue from. |
Request body¶
The request body must be empty.
Response body¶
The ListRegulatoryListings response.
JSON representation
{
"regulatoryListings": [
{
object (RegulatoryListing)
}
],
"nextPageToken": string
}
Fields | |
---|---|
regulatoryListings[] | object (RegulatoryListing) A possibly paginated list of regulatory listing that are direct descendants of the specified parent resource. |
nextPageToken | string A pagination token returned from a previous call to ListRegulatoryListings that indicates from where listing should continue. |