Sharepoint api failed to obtain onQuickLaunch property for site lists

Joyce Beck 31 Reputation points
2024-03-19T01:35:27.0766667+00:00

Hi,

When we use the following sharepoint api endpoint to get on quick launch property, it doesn't work, the below exception reponse is returned. But when we select other properties, the api works and returns correctly~! Is there any problem with this field?

https://<site_domain>/sites/portal/standards/_api/Web/Lists?$select=OnQuickLaunch

<?xml version="1.0" encoding="utf-8"?>
<m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <m:code>-2147467259, Microsoft.SharePoint.SPException</m:code>
    <m:message xml:lang="he-IL">לא ניתן להשלים פעולה זו.

נא נסה שוב.</m:message>
</m:error>
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 33,641 Reputation points Microsoft Vendor
    2024-03-19T06:53:36.33+00:00

    Hi @Joyce Beck,

    Per my test, I could get the onQuickLaunch property. Please refer to the following test result

    User's image

    Could you provide more steps for us reproduce the issue?


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.