OpenDc311:getServicesMeta()

  • Description: A method for retrieving information about a type of service provided by DC 311.
  • Arguments: service_code – unique identifier for a specific city 311 service.
  • Returns: An object with information around a specific city 311 service.
1
2
3
4
5
6
api_key = 'assigned-api-key';

echo '<pre>';
print_r( $octo-&gt;getServicesMeta() );
echo '</pre>';
?&gt;

Result: