Search code examples
javascriptrestgoogle-my-business-api

How to get categories ordered by displayName with Google My business API


does the Google API provide a way to get the categories ordered by displayName or do I have to order them on my end?


Solution

  • I think you need to order them as you need after getting the data. I have never found a sort query param to apply.